From 95df3b354109633a602ddb99d2edfeeb25da8462 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 26 Feb 2012 14:03:44 +0000 Subject: [PATCH] -verbose is independent of logging --- src/dht/test_dht_multipeer.c | 2 +- src/dht/test_dht_topo.c | 2 +- src/dht/test_dht_twopeer.c | 2 +- src/dht/test_dht_twopeer_get_put.c | 2 +- src/dht/test_dht_twopeer_path_tracking.c | 2 +- src/dht/test_dht_twopeer_put_get.c | 2 +- 6 files changed, 6 insertions(+), 6 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 @@ #include "gnunet_dht_service.h" /* DEFINES */ -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO /* Timeout for entire testcase */ #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 30) diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c index 38d9bffad..fec3ec16d 100644 --- a/src/dht/test_dht_topo.c +++ b/src/dht/test_dht_topo.c @@ -30,7 +30,7 @@ #include "gnunet_testing_lib.h" #include "gnunet_dht_service.h" -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO #define REMOVE_DIR GNUNET_YES diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c index 2adfda0ef..c60520f92 100644 --- a/src/dht/test_dht_twopeer.c +++ b/src/dht/test_dht_twopeer.c @@ -28,7 +28,7 @@ #include "gnunet_dht_service.h" /* DEFINES */ -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO #define MAX_GET_ATTEMPTS 10 diff --git a/src/dht/test_dht_twopeer_get_put.c b/src/dht/test_dht_twopeer_get_put.c index d0da778ea..0bb9fac2b 100644 --- a/src/dht/test_dht_twopeer_get_put.c +++ b/src/dht/test_dht_twopeer_get_put.c @@ -44,7 +44,7 @@ #include "gnunet_signatures.h" /* DEFINES */ -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO /* Timeout for entire testcase */ #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 40) diff --git a/src/dht/test_dht_twopeer_path_tracking.c b/src/dht/test_dht_twopeer_path_tracking.c index 6c78a2b2f..6e764a387 100644 --- a/src/dht/test_dht_twopeer_path_tracking.c +++ b/src/dht/test_dht_twopeer_path_tracking.c @@ -28,7 +28,7 @@ #include "gnunet_dht_service.h" /* DEFINES */ -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO /* Timeout for entire testcase */ #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5) diff --git a/src/dht/test_dht_twopeer_put_get.c b/src/dht/test_dht_twopeer_put_get.c index 275a01a32..48bf9f823 100644 --- a/src/dht/test_dht_twopeer_put_get.c +++ b/src/dht/test_dht_twopeer_put_get.c @@ -44,7 +44,7 @@ #include "gnunet_signatures.h" /* DEFINES */ -#define VERBOSE GNUNET_EXTRA_LOGGING +#define VERBOSE GNUNET_NO /* Timeout for entire testcase */ #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5) -- 2.25.1