aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_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/core/test_core_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/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 90a140d46..c909892e1 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -33,8 +33,8 @@
33#include "gnunet_transport_service.h" 33#include "gnunet_transport_service.h"
34#include "gnunet_statistics_service.h" 34#include "gnunet_statistics_service.h"
35 35
36#define VERBOSE GNUNET_NO 36#define VERBOSE GNUNET_EXTRA_LOGGING
37#define DEBUG_TRANSMISSION GNUNET_NO 37#define DEBUG_TRANSMISSION GNUNET_EXTRA_LOGGING
38 38
39#define SYMMETRIC 0 39#define SYMMETRIC 0
40#define ASYMMETRIC_SEND_LIMITED 1 40#define ASYMMETRIC_SEND_LIMITED 1