From fb69ad9897d96ad2772ff3ef64d4673802765821 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 7 Nov 2013 17:43:43 +0000 Subject: [PATCH] - log --- src/mesh/gnunet-service-mesh_channel.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c index e7fc0323b..d3e78efa5 100644 --- a/src/mesh/gnunet-service-mesh_channel.c +++ b/src/mesh/gnunet-service-mesh_channel.c @@ -1736,10 +1736,12 @@ GMCH_handle_create (struct MeshTunnel3 *t, LOG (GNUNET_ERROR_TYPE_DEBUG, " no client has port registered\n"); if (is_loopback (ch)) { + LOG (GNUNET_ERROR_TYPE_DEBUG, " loopback: destroy on handler\n"); channel_send_nack (ch); } else { + LOG (GNUNET_ERROR_TYPE_DEBUG, " not loopback: destroy now\n"); channel_send_nack (ch); channel_destroy (ch); } -- 2.25.1