- not an error
authorBart Polot <bart@net.in.tum.de>
Mon, 22 Jul 2013 17:16:20 +0000 (17:16 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 22 Jul 2013 17:16:20 +0000 (17:16 +0000)
src/mesh/gnunet-service-mesh.c

index a2d5b9479efd37f14b2ac6f7dd295a17207b8b58..d6e48fcb85b22ec4487eee587726d3ef992e53b1 100644 (file)
@@ -1711,8 +1711,9 @@ peer_cancel_queues (GNUNET_PEER_Id neighbor, struct MeshTunnel *t)
       if (GNUNET_MESSAGE_TYPE_MESH_UNICAST == pq->type ||
           GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN == pq->type)
       {
-        /* Should have been removed on destroy children */
-        GNUNET_break (0);
+        GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                    "peer_cancel_queues %s\n",
+                    GNUNET_MESH_DEBUG_M2S (pq->type));
       }
       queue_destroy (pq, GNUNET_YES);
     }