- adjust log level
authorBart Polot <bart@net.in.tum.de>
Wed, 10 Oct 2012 17:23:20 +0000 (17:23 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 10 Oct 2012 17:23:20 +0000 (17:23 +0000)
src/mesh/gnunet-service-mesh.c

index e75bad347ce54f3b049817ea971508b6dea4fad7..fb1f7848d805036c405c0b0ba42c4a43ca83af17 100644 (file)
@@ -5008,7 +5008,7 @@ queue_send (void *cls, size_t size, void *buf)
     {
       if (NULL != peer->queue_head)
       {
-        GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+        GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                     "*********   %s stalled\n",
                     GNUNET_i2s(&my_full_id));
         if (NULL == cinfo)