From: t3sserakt Date: Sat, 25 Nov 2017 01:36:34 +0000 (+0100) Subject: Merge branch 'fix_social' of gnunet.org:gnunet into fix_social X-Git-Tag: gnunet-0.11.0rc0~48^2~1^2~16^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3cde37cf7f33eb992d1c13b383e1f0ddecfbf2da;p=oweals%2Fgnunet.git Merge branch 'fix_social' of gnunet.org:gnunet into fix_social --- 3cde37cf7f33eb992d1c13b383e1f0ddecfbf2da 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,