Improved debug message
authorBart Polot <bart@net.in.tum.de>
Thu, 19 Jan 2012 10:58:20 +0000 (10:58 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 19 Jan 2012 10:58:20 +0000 (10:58 +0000)
src/mesh/mesh_api.c

index f0492472af2f0c0999bef30fcb9c5ed3744a7ef7..bfb9875cfb8835be96b99c4bc880122d0e71f208 100644 (file)
@@ -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;