From 6bd6580bfd79a61d86977c8a39c993a087bfcf61 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 21 Nov 2013 18:13:12 +0000 Subject: - log --- src/mesh/gnunet-service-mesh_local.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c index bf018c56f..560289efc 100644 --- a/src/mesh/gnunet-service-mesh_local.c +++ b/src/mesh/gnunet-service-mesh_local.c @@ -429,6 +429,7 @@ handle_channel_destroy (void *cls, struct GNUNET_SERVER_Client *client, /* Retrieve tunnel */ chid = ntohl (msg->channel_id); + LOG (GNUNET_ERROR_TYPE_DEBUG, " for channel %X\n", chid); ch = GML_channel_get (c, chid); if (NULL == ch) { @@ -488,6 +489,7 @@ handle_data (void *cls, struct GNUNET_SERVER_Client *client, /* Channel exists? */ chid = ntohl (msg->id); + LOG (GNUNET_ERROR_TYPE_DEBUG, " on channel %X\n", chid); fwd = chid < GNUNET_MESH_LOCAL_CHANNEL_ID_SERV; ch = GML_channel_get (c, chid); if (NULL == ch) -- cgit v1.2.3