From: Bart Polot Date: Mon, 5 Nov 2012 20:56:40 +0000 (+0000) Subject: - Keep calm and carry on X-Git-Tag: initial-import-from-subversion-38251~10988 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c3c62a801dc51ea8b46b3afe8cc8f52448fdd789;p=oweals%2Fgnunet.git - Keep calm and carry on --- diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 92325eab3..9b7e6ace3 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -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: