- Keep calm and carry on
authorBart Polot <bart@net.in.tum.de>
Mon, 5 Nov 2012 20:56:40 +0000 (20:56 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 5 Nov 2012 20:56:40 +0000 (20:56 +0000)
src/mesh/gnunet-service-mesh.c

index 92325eab338baf7b505ec90fc9edeb3b60f03634..9b7e6ace38d0a717a1e3ee5084782c8c292ebe6b 100644 (file)
@@ -4794,9 +4794,8 @@ queue_destroy (struct MeshPeerQueue *queue, int clear_cls)
     switch (queue->type)
     {
       case GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY:
-        GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "   cancelling TUNNEL_DESTROY\n");
-        GNUNET_assert (GNUNET_YES == queue->tunnel->destroy);
-        /* FIXME: don't cancel, send and destroy tunnel in queue_send */
+        GNUNET_log (GNUNET_ERROR_TYPE_INFO, "   cancelling TUNNEL_DESTROY\n");
+        GNUNET_break (GNUNET_YES == queue->tunnel->destroy);
         /* fall through */
       case GNUNET_MESSAGE_TYPE_MESH_UNICAST:
       case GNUNET_MESSAGE_TYPE_MESH_MULTICAST: