-no verbose
authorChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 09:02:09 +0000 (09:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 22 Feb 2012 09:02:09 +0000 (09:02 +0000)
src/fs/test_fs.c

index 6e9581d173e71cc3992536b4e5ad7fadebe8ee16..9aee89e85dde1176d79f0520280e60d8e5d48fc8 100644 (file)
@@ -28,7 +28,7 @@
 #include "gnunet_util.h"
 #include "gnunet_fsui_lib.h"
 
-#define DEBUG_VERBOSE GNUNET_EXTRA_LOGGING
+#define DEBUG_VERBOSE GNUNET_NO
 
 #define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto FAILURE; }