From bdef044d942a5f75f698bef989a1e768e79d2976 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Nov 2010 22:44:28 +0000 Subject: fixes from LRN for DEBUG code --- src/topology/gnunet-daemon-topology.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/topology') 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 @@ #include "gnunet_util_lib.h" -#define DEBUG_TOPOLOGY GNUNET_NO +#define DEBUG_TOPOLOGY GNUNET_YES /** * For how long do we blacklist a peer after a failed connection @@ -1275,7 +1275,7 @@ hello_advertising_ready (void *cls, #if DEBUG_TOPOLOGY GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Sending `%s' with %u bytes", - "HELLO" + "HELLO", (unsigned int) want); #endif GNUNET_STATISTICS_update (stats, -- cgit v1.2.3