aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-26 14:06:40 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-26 14:06:40 +0000
commit468c386e4834af2f2a36d5e81891f8a0ed517a23 (patch)
tree2ca977b2d367ff2a9b0139aa0d564318feadb7c3 /src/block
parent95df3b354109633a602ddb99d2edfeeb25da8462 (diff)
downloadgnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.tar.gz
gnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.zip
-verbose is independent of logging
Diffstat (limited to 'src/block')
-rw-r--r--src/block/test_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/test_block.c b/src/block/test_block.c
index 927029ed8..e57b891ad 100644
--- a/src/block/test_block.c
+++ b/src/block/test_block.c
@@ -27,7 +27,7 @@
27 27
28#define DEBUG GNUNET_EXTRA_LOGGING 28#define DEBUG GNUNET_EXTRA_LOGGING
29 29
30#define VERBOSE GNUNET_EXTRA_LOGGING 30#define VERBOSE GNUNET_NO
31 31
32static int 32static int
33test_fs (struct GNUNET_BLOCK_Context *ctx) 33test_fs (struct GNUNET_BLOCK_Context *ctx)