gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 41/64: Merge branch 'fix_social' of gnunet.org:gnu


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 41/64: Merge branch 'fix_social' of gnunet.org:gnunet into fix_social
Date: Sat, 30 Dec 2017 20:58:26 +0100

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

lurchi pushed a commit to branch master
in repository gnunet.

commit 3cde37cf7f33eb992d1c13b383e1f0ddecfbf2da
Merge: e0eb3c8ba 71e1a09e3
Author: t3sserakt <address@hidden>
AuthorDate: Sat Nov 25 02:36:34 2017 +0100

    Merge branch 'fix_social' of gnunet.org:gnunet into fix_social

 src/util/client.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --cc src/util/client.c
index 19ab67f0a,8012c1523..ded32f577
--- a/src/util/client.c
+++ b/src/util/client.c
@@@ -273,13 -267,11 +273,12 @@@ transmit_ready (void *cls
                                      len - cstate->msg_off);
    if (-1 == ret)
    {
-     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                 "client: error during sending message of type %u\n",
-                 ntohs(cstate->msg->type));
+     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                 "client: error during sending message of type %u\n", 
ntohs(cstate->msg->type));
      if (EINTR == errno){
        GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
 -                  "client: retrying message of type %u\n", 
ntohs(cstate->msg->type));
 +                  "client: retrying message of type %u\n",
 +                  ntohs(cstate->msg->type));
        goto RETRY;
      }
      GNUNET_MQ_inject_error (cstate->mq,

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



reply via email to

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