gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: improve logging


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: improve logging
Date: Mon, 25 Feb 2019 21:20:12 +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 b660cf48f improve logging
b660cf48f is described below

commit b660cf48f0e34cffb13f0f6cad26f691d4e41aab
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 25 21:19:53 2019 +0100

    improve logging
---
 src/cadet/cadet_api.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/cadet/cadet_api.c b/src/cadet/cadet_api.c
index ce2356216..b0016d2a8 100644
--- a/src/cadet/cadet_api.c
+++ b/src/cadet/cadet_api.c
@@ -507,7 +507,9 @@ cadet_mq_error_handler (void *cls,
   }
   else
   {
-    GNUNET_break (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+               "MQ error in communication with CADET: %d\n",
+               error);
     if (NULL != ch->disconnects)
       ch->disconnects (ch->ctx,
                       ch);

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



reply via email to

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