From: Christian Grothoff Date: Wed, 22 Feb 2012 09:02:09 +0000 (+0000) Subject: -no verbose X-Git-Tag: initial-import-from-subversion-38251~14753 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6582eb9d0558ab448e8cdd7b06e5aba5cd1467d;p=oweals%2Fgnunet.git -no verbose --- diff --git a/src/fs/test_fs.c b/src/fs/test_fs.c index 6e9581d17..9aee89e85 100644 --- a/src/fs/test_fs.c +++ b/src/fs/test_fs.c @@ -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; }