projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fccb457
)
Improved debug message
author
Bart Polot
<bart@net.in.tum.de>
Thu, 19 Jan 2012 10:58:20 +0000
(10:58 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Thu, 19 Jan 2012 10:58:20 +0000
(10:58 +0000)
src/mesh/mesh_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/mesh_api.c
b/src/mesh/mesh_api.c
index f0492472af2f0c0999bef30fcb9c5ed3744a7ef7..bfb9875cfb8835be96b99c4bc880122d0e71f208 100644
(file)
--- 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;