- more debug messages
authorBart Polot <bart@net.in.tum.de>
Mon, 16 Jul 2012 12:18:33 +0000 (12:18 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 16 Jul 2012 12:18:33 +0000 (12:18 +0000)
src/mesh/gnunet-service-mesh_new.c

index a0adfd691598b5ae03a745bfa87f6500b098bfa1..9eda91ef7830dede38bdf50ab6f5703f79fcc898 100644 (file)
@@ -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)
   {