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:
225ea6a
)
removed output
author
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 4 Oct 2010 15:54:19 +0000
(15:54 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Mon, 4 Oct 2010 15:54:19 +0000
(15:54 +0000)
src/transport/plugin_transport_http.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_http.c
b/src/transport/plugin_transport_http.c
index f45dac17197e1e5699c3c1c8a2258d6116cd2e20..eaa7b119950712dd64bd209681695c886e6380f8 100644
(file)
--- a/
src/transport/plugin_transport_http.c
+++ b/
src/transport/plugin_transport_http.c
@@
-2259,7
+2259,7
@@
http_plugin_send (void *cls,
if (msgbuf_size >= (ps->queue_length_max - ps->queue_length_cur))
{
- GNUNET_log (GNUNET_ERROR_TYPE_
ERROR,"Queue %X full: (%u) bytes in queue, would discard message (%u)
\n", ps, (ps->queue_length_max - ps->queue_length_cur), msgbuf_size);
+ GNUNET_log (GNUNET_ERROR_TYPE_
DEBUG,"Queue %X full: %u bytes in queue available, message with %u is too big
\n", ps, (ps->queue_length_max - ps->queue_length_cur), msgbuf_size);
//return GNUNET_SYSERR;
}