aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index fa693f13a..dc7face2d 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -35,7 +35,7 @@
35#include "gnunet_util_lib.h" 35#include "gnunet_util_lib.h"
36 36
37 37
38#define DEBUG_TOPOLOGY GNUNET_NO 38#define DEBUG_TOPOLOGY GNUNET_YES
39 39
40/** 40/**
41 * For how long do we blacklist a peer after a failed connection 41 * For how long do we blacklist a peer after a failed connection
@@ -1275,7 +1275,7 @@ hello_advertising_ready (void *cls,
1275#if DEBUG_TOPOLOGY 1275#if DEBUG_TOPOLOGY
1276 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1276 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1277 "Sending `%s' with %u bytes", 1277 "Sending `%s' with %u bytes",
1278 "HELLO" 1278 "HELLO",
1279 (unsigned int) want); 1279 (unsigned int) want);
1280#endif 1280#endif
1281 GNUNET_STATISTICS_update (stats, 1281 GNUNET_STATISTICS_update (stats,