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,