aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index af9dc5385..0950158f7 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -2155,6 +2155,7 @@ GMT_destroy_empty (struct MeshTunnel3 *t)
2155void 2155void
2156GMT_destroy_if_empty (struct MeshTunnel3 *t) 2156GMT_destroy_if_empty (struct MeshTunnel3 *t)
2157{ 2157{
2158 LOG (GNUNET_ERROR_TYPE_DEBUG, "Tunnel %s destroy if empty\n", GMT_2s (t));
2158 if (1 < GMT_count_channels (t)) 2159 if (1 < GMT_count_channels (t))
2159 return; 2160 return;
2160 2161