From: Bart Polot Date: Mon, 16 Jul 2012 12:18:33 +0000 (+0000) Subject: - more debug messages X-Git-Tag: initial-import-from-subversion-38251~12465 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10a2358ccc9946835d4f50e83fa5eaa5f8555810;p=oweals%2Fgnunet.git - more debug messages --- 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) {