aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-10-04 13:24:22 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-10-04 13:24:22 +0000
commitd290a573b22f3a7f8f364d779f4d36e9227c2fce (patch)
tree1190488e92987d408c93d5b0edf9f0f48d47b81e /src/util/connection.c
parentb12570b11e2a4e4449fbf562ee51aae3a887127a (diff)
LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging calls
(#1805). git-svn-id: https://gnunet.org/svn/gnunet@17173 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index bb5df7f573..6b2cf75e0a 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -39,7 +39,7 @@
#include "gnunet_scheduler_lib.h"
#include "gnunet_server_lib.h"
-#define DEBUG_CONNECTION GNUNET_NO
+#define DEBUG_CONNECTION GNUNET_EXTRA_LOGGING
/**
* Possible functions to call after connect failed or succeeded.