aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-17 01:15:34 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-17 01:15:34 +0000
commit93cbfe29d41f059bc2a0ff5b7b39f782dd8d125d (patch)
treee71391b50d66575a0df7277e6569981e34e03062 /src/mesh/gnunet-service-mesh_local.c
parenta5e0d1892b4b25fe56ebe0509053a20121a50cbf (diff)
downloadgnunet-93cbfe29d41f059bc2a0ff5b7b39f782dd8d125d.tar.gz
gnunet-93cbfe29d41f059bc2a0ff5b7b39f782dd8d125d.zip
- debug info
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.c')
-rw-r--r--src/mesh/gnunet-service-mesh_local.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c
index 37879701d..adac4cdf1 100644
--- a/src/mesh/gnunet-service-mesh_local.c
+++ b/src/mesh/gnunet-service-mesh_local.c
@@ -534,7 +534,8 @@ handle_ack (void *cls, struct GNUNET_SERVER_Client *client,
534 MESH_ChannelNumber chid; 534 MESH_ChannelNumber chid;
535 int fwd; 535 int fwd;
536 536
537 LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nGot a local ACK\n"); 537 LOG (GNUNET_ERROR_TYPE_DEBUG, "\n");
538 LOG (GNUNET_ERROR_TYPE_DEBUG, "Got a local ACK\n");
538 539
539 /* Sanity check for client registration */ 540 /* Sanity check for client registration */
540 if (NULL == (c = GML_client_get (client))) 541 if (NULL == (c = GML_client_get (client)))