-change log level to DEBUG
authorChristian Grothoff <christian@grothoff.org>
Thu, 11 Aug 2016 17:42:18 +0000 (17:42 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 11 Aug 2016 17:42:18 +0000 (17:42 +0000)
src/transport/gnunet-service-transport_clients.c

index 9323b18c379f900e61468818335be2255499bde1..036fc563723ed7a27ed6ebea1d7752620a902fc9 100644 (file)
@@ -1382,7 +1382,7 @@ GST_clients_broadcast (const struct GNUNET_MessageHeader *msg,
     done = GNUNET_YES;
   }
   if (GNUNET_NO == done)
-    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                "Message of type %u not delivered, is CORE service up?\n",
                ntohs (msg->type));
 }