aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-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,