From 09b6e6bc13f00768e5c8323affb74c6550c4328f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 4 Oct 2010 15:54:19 +0000 Subject: [PATCH] removed output --- src/transport/plugin_transport_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, 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; } -- 2.25.1