bugfix
[oweals/gnunet.git] / src / util / test_network_addressing.c
index cf50f4ec1409f6331f6179ea17bf66adb92efcb5..4a571fff5204c5482c1802fe86aeb7e3b79d46cb 100644 (file)
@@ -186,7 +186,13 @@ main (int argc, char *argv[])
 {
   int ret = 0;
 
-  GNUNET_log_setup ("test_network_addressing", "WARNING", NULL);
+  GNUNET_log_setup ("test_network_addressing", 
+#if VERBOSE
+                   "DEBUG",
+#else
+                   "WARNING", 
+#endif
+                   NULL);
   ret += check ();
   return ret;
 }