From 81eb2c6cda38808bc2440da6ca45e6bea3716c5f Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 22 Jul 2013 13:51:00 +0000 Subject: [PATCH] - fix mantis 2954 --- src/mesh/gnunet-service-mesh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.25.1