aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-22 09:02:09 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-22 09:02:09 +0000
commitb6582eb9d0558ab448e8cdd7b06e5aba5cd1467d (patch)
tree972b3389bd422b095a351e4fa64e6f555a2b305e /src/fs/test_fs.c
parentd5c84728b7088b75617688b70c6526f56c5d34a4 (diff)
downloadgnunet-b6582eb9d0558ab448e8cdd7b06e5aba5cd1467d.tar.gz
gnunet-b6582eb9d0558ab448e8cdd7b06e5aba5cd1467d.zip
-no verbose
Diffstat (limited to 'src/fs/test_fs.c')
-rw-r--r--src/fs/test_fs.c2
1 files changed, 1 insertions, 1 deletions
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 @@
28#include "gnunet_util.h" 28#include "gnunet_util.h"
29#include "gnunet_fsui_lib.h" 29#include "gnunet_fsui_lib.h"
30 30
31#define DEBUG_VERBOSE GNUNET_EXTRA_LOGGING 31#define DEBUG_VERBOSE GNUNET_NO
32 32
33#define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto FAILURE; } 33#define CHECK(a) if (!(a)) { ok = GNUNET_NO; GNUNET_GE_BREAK(NULL, 0); goto FAILURE; }
34 34