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:
0443654
)
dbg
author
Christian Grothoff
<christian@grothoff.org>
Tue, 15 Nov 2011 09:56:42 +0000
(09:56 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 15 Nov 2011 09:56:42 +0000
(09:56 +0000)
src/peerinfo/peerinfo_api.c
patch
|
blob
|
history
diff --git
a/src/peerinfo/peerinfo_api.c
b/src/peerinfo/peerinfo_api.c
index 831cd92409d47e7bdc47ef5a6aa2d8441725aa44..4c5d7957d99ba62d886758ee36c5a87cfa6d1a3e 100644
(file)
--- a/
src/peerinfo/peerinfo_api.c
+++ b/
src/peerinfo/peerinfo_api.c
@@
-274,8
+274,10
@@
do_transmit (void *cls, size_t size, void *buf)
return 0;
if (buf == NULL)
{
- LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
+#if DEBUG_PEERINFO
+ LOG (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK,
_("Failed to transmit message to `%s' service.\n"), "PEERINFO");
+#endif
GNUNET_CONTAINER_DLL_remove (h->tq_head, h->tq_tail, tqe);
reconnect (h);
if (tqe->cont != NULL)