From: Matthias Wachs Date: Mon, 4 Oct 2010 15:54:19 +0000 (+0000) Subject: removed output X-Git-Tag: initial-import-from-subversion-38251~20191 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=09b6e6bc13f00768e5c8323affb74c6550c4328f;p=oweals%2Fgnunet.git removed output --- 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; }