From b89e780adf98391f8429eaa78523f76c30021a02 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 5 Oct 2011 19:57:27 +0000 Subject: [PATCH] dbg --- src/dht/dht_api.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c index 100a94523..5fff137a6 100644 --- a/src/dht/dht_api.c +++ b/src/dht/dht_api.c @@ -399,9 +399,11 @@ transmit_pending (void *cls, size_t size, void *buf) if (GNUNET_YES == head->free_on_send) GNUNET_free (head); process_pending_messages (handle); +#if DEBUG_DHT GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Forwarded request of %u bytes to DHT service\n", (unsigned int) tsize); +#endif return tsize; } -- 2.25.1