aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index fdc0007ed..71d611287 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -2167,6 +2167,8 @@ handle_local_tunnel_create (void *cls, struct GNUNET_SERVER_Client *client,
2167 struct MeshClient *c; 2167 struct MeshClient *c;
2168 GNUNET_HashCode hash; 2168 GNUNET_HashCode hash;
2169 2169
2170 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "MESH: new tunnel requested\n");
2171
2170 /* Sanity check for client registration */ 2172 /* Sanity check for client registration */
2171 if (NULL == (c = retrieve_client (client))) 2173 if (NULL == (c = retrieve_client (client)))
2172 { 2174 {
@@ -2250,6 +2252,7 @@ handle_local_tunnel_destroy (void *cls, struct GNUNET_SERVER_Client *client,
2250 MESH_TunnelNumber tid; 2252 MESH_TunnelNumber tid;
2251 GNUNET_HashCode hash; 2253 GNUNET_HashCode hash;
2252 2254
2255 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "MESH: destroying tunnel\n");
2253 2256
2254 /* Sanity check for client registration */ 2257 /* Sanity check for client registration */
2255 if (NULL == (c = retrieve_client (client))) 2258 if (NULL == (c = retrieve_client (client)))