aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer_put_get.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/dht/test_dht_twopeer_put_get.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/dht/test_dht_twopeer_put_get.c')
-rw-r--r--src/dht/test_dht_twopeer_put_get.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer_put_get.c b/src/dht/test_dht_twopeer_put_get.c
index 197a05006..44009c257 100644
--- a/src/dht/test_dht_twopeer_put_get.c
+++ b/src/dht/test_dht_twopeer_put_get.c
@@ -44,7 +44,7 @@
44#include "gnunet_signatures.h" 44#include "gnunet_signatures.h"
45 45
46/* DEFINES */ 46/* DEFINES */
47#define VERBOSE GNUNET_NO 47#define VERBOSE GNUNET_EXTRA_LOGGING
48 48
49/* Timeout for entire testcase */ 49/* Timeout for entire testcase */
50#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5) 50#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5)