- not an error, messages could have crossed on the wire
authorBart Polot <bart@net.in.tum.de>
Mon, 22 Jul 2013 17:35:19 +0000 (17:35 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 22 Jul 2013 17:35:19 +0000 (17:35 +0000)
src/mesh/gnunet-service-mesh.c

index 610b2f01e73f8d51d68b26c29933415cd06de291..3ef3c26107a2f49c0745bcee04388d4c035995b8 100644 (file)
@@ -4303,7 +4303,7 @@ handle_mesh_data (const struct GNUNET_PeerIdentity *peer,
   {
     /* TODO notify back: we don't know this tunnel */
     GNUNET_STATISTICS_update (stats, "# data on unknown tunnel", 1, GNUNET_NO);
-    GNUNET_break_op (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "WARNING tunnel unknown\n");
     return GNUNET_OK;
   }