From 10a2358ccc9946835d4f50e83fa5eaa5f8555810 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 16 Jul 2012 12:18:33 +0000 Subject: [PATCH] - more debug messages --- src/mesh/gnunet-service-mesh_new.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mesh/gnunet-service-mesh_new.c b/src/mesh/gnunet-service-mesh_new.c index a0adfd691..9eda91ef7 100644 --- 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) { -- 2.25.1