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:
44d695f
)
- more debug messages
author
Bart Polot
<bart@net.in.tum.de>
Mon, 16 Jul 2012 12:18:33 +0000
(12:18 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 16 Jul 2012 12:18:33 +0000
(12:18 +0000)
src/mesh/gnunet-service-mesh_new.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh_new.c
b/src/mesh/gnunet-service-mesh_new.c
index a0adfd691598b5ae03a745bfa87f6500b098bfa1..9eda91ef7830dede38bdf50ab6f5703f79fcc898 100644
(file)
--- a/
src/mesh/gnunet-service-mesh_new.c
+++ b/
src/mesh/gnunet-service-mesh_new.c
@@
-4115,8
+4115,12
@@
handle_mesh_path_ack (void *cls, const struct GNUNET_PeerIdentity *peer,
GNUNET_i2s (&msg->oid), ntohl(msg->tid));
return GNUNET_OK;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " on tunnel %s [%X]\n",
+ GNUNET_i2s (&msg->oid), ntohl(msg->tid));
peer_info = peer_info_get (&msg->peer_id);
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " from peer %s\n",
+ GNUNET_i2s (&msg->peer_id));
if (NULL != t->regex_ctx && t->regex_ctx->info->peer == peer_info->id)
{