commit 81eb2c6cda38808bc2440da6ca45e6bea3716c5f
parent 97f3eb46e616a784cf2737410dd0a25bbd4c67f7
Author: Bart Polot <bart@net.in.tum.de>
Date: Mon, 22 Jul 2013 13:51:00 +0000
- fix mantis 2954
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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;
}