- fix mantis 2954
authorBart Polot <bart@net.in.tum.de>
Mon, 22 Jul 2013 13:51:00 +0000 (13:51 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 22 Jul 2013 13:51:00 +0000 (13:51 +0000)
src/mesh/gnunet-service-mesh.c

index e1ddb559c6467cc3d3789b78b6d41936164472af..a0726bf2f48aba0be987a8be54b7fe93e89c945c 100644 (file)
@@ -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;
   }