From: Christian Grothoff Date: Fri, 24 Feb 2017 13:18:32 +0000 (+0100) Subject: lower log level X-Git-Tag: taler-0.2.1~70^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b056f8811c06936144c611f8dbf26dc6a827b9e;p=oweals%2Fgnunet.git lower log level --- diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c index 6a126e6dd..bf941e7d8 100644 --- a/src/core/gnunet-service-core.c +++ b/src/core/gnunet-service-core.c @@ -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,