Merge branch 'fix_social' of gnunet.org:gnunet into fix_social
authort3sserakt <t3ss@posteo.de>
Sat, 25 Nov 2017 01:36:34 +0000 (02:36 +0100)
committert3sserakt <t3ss@posteo.de>
Sat, 25 Nov 2017 01:36:34 +0000 (02:36 +0100)
1  2 
src/util/client.c

index 19ab67f0adeb5bac75640b7f7cd518e0a27845ae,8012c152349deca57579492801653c3b6c0255d7..ded32f577216d8828803fd6daadf65a45b7181e1
@@@ -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,