From: Christian Grothoff Date: Sun, 26 Feb 2012 14:03:44 +0000 (+0000) Subject: -verbose is independent of logging X-Git-Tag: initial-import-from-subversion-38251~14643 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95df3b354109633a602ddb99d2edfeeb25da8462;p=oweals%2Fgnunet.git -verbose is independent of logging --- 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)