projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c678b
)
dbg
author
Christian Grothoff
<christian@grothoff.org>
Wed, 5 Oct 2011 19:57:27 +0000
(19:57 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 5 Oct 2011 19:57:27 +0000
(19:57 +0000)
src/dht/dht_api.c
patch
|
blob
|
history
diff --git
a/src/dht/dht_api.c
b/src/dht/dht_api.c
index 100a945235ec5f1494dedc3eef1d521563d19d5b..5fff137a6fbe38fb3f7e8edd8191484d65b5ecab 100644
(file)
--- 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;
}