curly wars / auto-indentation
[oweals/gnunet.git] / src / nat / test_nat_test.c
index b3fb64221c9c11ee0d467c5ebef017eec62c5083..c080e8ff3282536944e4c6cfa277a990fc7dc824 100644 (file)
@@ -31,7 +31,7 @@
 #include "gnunet_nat_lib.h"
 
 
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_EXTRA_LOGGING
 
 
 /**
@@ -111,7 +111,8 @@ main (int argc, char *const argv[])
   nat_res = GNUNET_OS_check_helper_binary ("gnunet-nat-server");
   if (GNUNET_SYSERR == nat_res)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "Cannot run NAT test: `%s' file not found\n",
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Cannot run NAT test: `%s' file not found\n",
                 "gnunet-nat-server");
     return 0;
   }