aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-10-04 15:54:19 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-10-04 15:54:19 +0000
commit09b6e6bc13f00768e5c8323affb74c6550c4328f (patch)
tree52ebdac10355c099915eef1564d4587f22a08f43 /src/transport/plugin_transport_http.c
parent225ea6ae752bb7428c37f8743611c3dd2bff1c05 (diff)
downloadgnunet-09b6e6bc13f00768e5c8323affb74c6550c4328f.tar.gz
gnunet-09b6e6bc13f00768e5c8323affb74c6550c4328f.zip
removed output
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index f45dac171..eaa7b1199 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -2259,7 +2259,7 @@ http_plugin_send (void *cls,
2259 2259
2260 if (msgbuf_size >= (ps->queue_length_max - ps->queue_length_cur)) 2260 if (msgbuf_size >= (ps->queue_length_max - ps->queue_length_cur))
2261 { 2261 {
2262 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); 2262 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);
2263 //return GNUNET_SYSERR; 2263 //return GNUNET_SYSERR;
2264 } 2264 }
2265 2265