removed output
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 4 Oct 2010 15:54:19 +0000 (15:54 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 4 Oct 2010 15:54:19 +0000 (15:54 +0000)
src/transport/plugin_transport_http.c

index f45dac17197e1e5699c3c1c8a2258d6116cd2e20..eaa7b119950712dd64bd209681695c886e6380f8 100644 (file)
@@ -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;
   }