aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api.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/ats/ats_api.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/ats/ats_api.c')
-rw-r--r--src/ats/ats_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api.c b/src/ats/ats_api.c
index 633d71c20..f7f3c9552 100644
--- a/src/ats/ats_api.c
+++ b/src/ats/ats_api.c
@@ -33,7 +33,7 @@
33#include "platform.h" 33#include "platform.h"
34#include "gnunet_ats_service.h" 34#include "gnunet_ats_service.h"
35 35
36#define DEBUG_ATS GNUNET_NO 36#define DEBUG_ATS GNUNET_EXTRA_LOGGING
37 37
38// NOTE: this implementation is simply supposed 38// NOTE: this implementation is simply supposed
39// to implement a simplistic strategy in-process; 39// to implement a simplistic strategy in-process;