aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-26 14:03:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-26 14:03:44 +0000
commit95df3b354109633a602ddb99d2edfeeb25da8462 (patch)
tree7df4d27319cda0c7bf19623d500df9d77f6366f0 /src/dht/test_dht_multipeer.c
parenta9763a49d78b240fed1ace9068a0ea11cdff00f7 (diff)
downloadgnunet-95df3b354109633a602ddb99d2edfeeb25da8462.tar.gz
gnunet-95df3b354109633a602ddb99d2edfeeb25da8462.zip
-verbose is independent of logging
Diffstat (limited to 'src/dht/test_dht_multipeer.c')
-rw-r--r--src/dht/test_dht_multipeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c
index 5292a7068..94e39d259 100644
--- a/src/dht/test_dht_multipeer.c
+++ b/src/dht/test_dht_multipeer.c
@@ -28,7 +28,7 @@
28#include "gnunet_dht_service.h" 28#include "gnunet_dht_service.h"
29 29
30/* DEFINES */ 30/* DEFINES */
31#define VERBOSE GNUNET_EXTRA_LOGGING 31#define VERBOSE GNUNET_NO
32 32
33/* Timeout for entire testcase */ 33/* Timeout for entire testcase */
34#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 30) 34#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 30)