gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: lower log level


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: lower log level
Date: Fri, 24 Feb 2017 14:17:17 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1b056f881 lower log level
1b056f881 is described below

commit 1b056f8811c06936144c611f8dbf26dc6a827b9e
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Feb 24 14:18:32 2017 +0100

    lower log level
---
 src/core/gnunet-service-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]