From 588442ab6277a7629287548fcc0ad2a1188b0a43 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 22 Jul 2013 17:16:20 +0000 Subject: [PATCH] - not an error --- src/mesh/gnunet-service-mesh.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index a2d5b9479..d6e48fcb8 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -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); } -- 2.25.1