From: Bart Polot Date: Mon, 22 Jul 2013 13:51:00 +0000 (+0000) Subject: - fix mantis 2954 X-Git-Tag: initial-import-from-subversion-38251~8136 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81eb2c6cda38808bc2440da6ca45e6bea3716c5f;p=oweals%2Fgnunet.git - fix mantis 2954 --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index e1ddb559c..a0726bf2f 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -4239,9 +4239,8 @@ handle_mesh_data (const struct GNUNET_PeerIdentity *peer, if (GMC_is_pid_bigger (pid, fc->last_ack_sent)) { GNUNET_STATISTICS_update (stats, "# unsolicited data", 1, GNUNET_NO); - GNUNET_break_op (0); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Received PID %u, (prev %u), ACK %u\n", + "WARNING Received PID %u, (prev %u), ACK %u\n", pid, fc->last_pid_recv, fc->last_ack_sent); return GNUNET_OK; }