aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 19:57:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 19:57:27 +0000
commitb89e780adf98391f8429eaa78523f76c30021a02 (patch)
treec512dc60fd52810517ae5ff3162cdc4671a50355 /src/dht
parent93c678b13fb574d384342197183f31523fb13af7 (diff)
downloadgnunet-b89e780adf98391f8429eaa78523f76c30021a02.tar.gz
gnunet-b89e780adf98391f8429eaa78523f76c30021a02.zip
dbg
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 2 insertions, 0 deletions
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)
399 if (GNUNET_YES == head->free_on_send) 399 if (GNUNET_YES == head->free_on_send)
400 GNUNET_free (head); 400 GNUNET_free (head);
401 process_pending_messages (handle); 401 process_pending_messages (handle);
402#if DEBUG_DHT
402 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 403 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
403 "Forwarded request of %u bytes to DHT service\n", 404 "Forwarded request of %u bytes to DHT service\n",
404 (unsigned int) tsize); 405 (unsigned int) tsize);
406#endif
405 return tsize; 407 return tsize;
406} 408}
407 409