From 1b056f8811c06936144c611f8dbf26dc6a827b9e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 24 Feb 2017 14:18:32 +0100 Subject: lower log level --- src/core/gnunet-service-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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, -- cgit v1.2.3