commit 1b056f8811c06936144c611f8dbf26dc6a827b9e
parent d9998446e75bdeb535dc78a58dbc8b7f5a962dd3
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 24 Feb 2017 14:18:32 +0100
lower log level
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,