aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-01-19 10:58:20 +0000
committerBart Polot <bart@net.in.tum.de>2012-01-19 10:58:20 +0000
commita282416524d7792373267c68cb95239471bffced (patch)
tree38c9a973085d798b4b0b2202ae0bd412cd3cd108 /src/mesh
parentfccb457f37724b245c258bbc61145a8072705fe6 (diff)
downloadgnunet-a282416524d7792373267c68cb95239471bffced.tar.gz
gnunet-a282416524d7792373267c68cb95239471bffced.zip
Improved debug message
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index f0492472a..bfb9875cf 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -786,7 +786,7 @@ process_tunnel_created (struct GNUNET_MESH_Handle *h,
786 t->ctx = h->new_tunnel (h->cls, t, &msg->peer, &atsi); 786 t->ctx = h->new_tunnel (h->cls, t, &msg->peer, &atsi);
787 } 787 }
788#if MESH_API_DEBUG 788#if MESH_API_DEBUG
789 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "mesh: new incoming tunnel %u\n", 789 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "mesh: new incoming tunnel %X\n",
790 t->tid); 790 t->tid);
791#endif 791#endif
792 return; 792 return;