aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-24 14:18:32 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-24 14:18:32 +0100
commit1b056f8811c06936144c611f8dbf26dc6a827b9e (patch)
tree8963ccdce5878f05f0cbbc21c985c102ec7220c3 /src/core/gnunet-service-core.c
parentd9998446e75bdeb535dc78a58dbc8b7f5a962dd3 (diff)
downloadgnunet-1b056f8811c06936144c611f8dbf26dc6a827b9e.tar.gz
gnunet-1b056f8811c06936144c611f8dbf26dc6a827b9e.zip
lower log level
Diffstat (limited to 'src/core/gnunet-service-core.c')
-rw-r--r--src/core/gnunet-service-core.c2
1 files changed, 1 insertions, 1 deletions
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,
838 { 838 {
839 char buf[1024]; 839 char buf[1024];
840 840
841 GNUNET_log (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, 841 GNUNET_log (GNUNET_ERROR_TYPE_INFO | GNUNET_ERROR_TYPE_BULK,
842 "Dropping decrypted message of type %u as client is too busy (queue full)\n", 842 "Dropping decrypted message of type %u as client is too busy (queue full)\n",
843 (unsigned int) ntohs (msg->type)); 843 (unsigned int) ntohs (msg->type));
844 GNUNET_snprintf (buf, 844 GNUNET_snprintf (buf,