From a282416524d7792373267c68cb95239471bffced Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 19 Jan 2012 10:58:20 +0000 Subject: [PATCH] Improved debug message --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, t->ctx = h->new_tunnel (h->cls, t, &msg->peer, &atsi); } #if MESH_API_DEBUG - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "mesh: new incoming tunnel %u\n", + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "mesh: new incoming tunnel %X\n", t->tid); #endif return; -- 2.25.1