aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
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/transport.h
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/transport.h')
-rw-r--r--src/transport/transport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 505d106e0..6ccc8abd2 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -30,13 +30,13 @@
30#include "gnunet_time_lib.h" 30#include "gnunet_time_lib.h"
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32 32
33#define DEBUG_TRANSPORT GNUNET_NO 33#define DEBUG_TRANSPORT GNUNET_EXTRA_LOGGING
34 34
35#define DEBUG_TRANSPORT_TIMEOUT GNUNET_NO 35#define DEBUG_TRANSPORT_TIMEOUT GNUNET_EXTRA_LOGGING
36 36
37#define DEBUG_TRANSPORT_DISCONNECT GNUNET_NO 37#define DEBUG_TRANSPORT_DISCONNECT GNUNET_EXTRA_LOGGING
38 38
39#define DEBUG_TRANSPORT_API GNUNET_NO 39#define DEBUG_TRANSPORT_API GNUNET_EXTRA_LOGGING
40 40
41/** 41/**
42 * For how long do we allow unused bandwidth 42 * For how long do we allow unused bandwidth