lower log level
authorChristian Grothoff <christian@grothoff.org>
Fri, 24 Feb 2017 13:18:32 +0000 (14:18 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 24 Feb 2017 13:18:32 +0000 (14:18 +0100)
src/core/gnunet-service-core.c

index 6a126e6dd83ab90ef8a3ca7e84025b729c0a5846..bf941e7d83652155b77bec92f06658aea3cb3b17 100644 (file)
@@ -838,7 +838,7 @@ GSC_CLIENTS_deliver_message (const struct GNUNET_PeerIdentity *sender,
     {
       char buf[1024];
 
-      GNUNET_log (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK,
                   "Dropping decrypted message of type %u as client is too busy (queue full)\n",
                   (unsigned int) ntohs (msg->type));
       GNUNET_snprintf (buf,