aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-01 22:44:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-01 22:44:28 +0000
commitbdef044d942a5f75f698bef989a1e768e79d2976 (patch)
tree59ef3e1b4158bb1ab76af5d88df503a69f5ab3be /src/topology
parente9cf3782a3c5c2bcf6bdeff58b8a3536585791eb (diff)
downloadgnunet-bdef044d942a5f75f698bef989a1e768e79d2976.tar.gz
gnunet-bdef044d942a5f75f698bef989a1e768e79d2976.zip
fixes from LRN for DEBUG code
Diffstat (limited to 'src/topology')
-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,