From: Bart Polot Date: Thu, 19 Jan 2012 10:58:20 +0000 (+0000) Subject: Improved debug message X-Git-Tag: initial-import-from-subversion-38251~15225 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a282416524d7792373267c68cb95239471bffced;p=oweals%2Fgnunet.git Improved debug message --- 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;