aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-04 13:24:22 +0000
commita5d0694571db763efd0787a680168492f325b2e6 (patch)
tree1190488e92987d408c93d5b0edf9f0f48d47b81e /src/fs/test_fs.c
parent4bc01ed4fb1083681966558efcbc069876cddcc3 (diff)
downloadgnunet-a5d0694571db763efd0787a680168492f325b2e6.tar.gz
gnunet-a5d0694571db763efd0787a680168492f325b2e6.zip
LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls
(#1805).
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 9aee89e85..6e9581d17 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_NO 31#define DEBUG_VERBOSE GNUNET_EXTRA_LOGGING
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