aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.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/transport/test_quota_compliance.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/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 63bd7da02..8e4a40efc 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -35,13 +35,13 @@
35#include "transport.h" 35#include "transport.h"
36#include "transport-testing.h" 36#include "transport-testing.h"
37 37
38#define VERBOSE GNUNET_NO 38#define VERBOSE GNUNET_EXTRA_LOGGING
39 39
40#define VERBOSE_ARM GNUNET_NO 40#define VERBOSE_ARM GNUNET_EXTRA_LOGGING
41 41
42#define START_ARM GNUNET_YES 42#define START_ARM GNUNET_YES
43#define DEBUG_MEASUREMENT GNUNET_NO 43#define DEBUG_MEASUREMENT GNUNET_EXTRA_LOGGING
44#define DEBUG_CONNECTIONS GNUNET_NO 44#define DEBUG_CONNECTIONS GNUNET_EXTRA_LOGGING
45 45
46#define MEASUREMENT_INTERVALL GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5) 46#define MEASUREMENT_INTERVALL GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5)
47#define MEASUREMENT_MSG_SIZE 1024 47#define MEASUREMENT_MSG_SIZE 1024