aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_time.c
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/util/test_time.c
parent95df3b354109633a602ddb99d2edfeeb25da8462 (diff)
downloadgnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.tar.gz
gnunet-468c386e4834af2f2a36d5e81891f8a0ed517a23.zip
-verbose is independent of logging
Diffstat (limited to 'src/util/test_time.c')
-rw-r--r--src/util/test_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_time.c b/src/util/test_time.c
index c5232ff2a..788884fcc 100644
--- a/src/util/test_time.c
+++ b/src/util/test_time.c
@@ -25,7 +25,7 @@
25#include "gnunet_common.h" 25#include "gnunet_common.h"
26#include "gnunet_time_lib.h" 26#include "gnunet_time_lib.h"
27 27
28#define VERBOSE GNUNET_EXTRA_LOGGING 28#define VERBOSE GNUNET_NO
29 29
30static int 30static int
31check () 31check ()