From 2293523b6627b8c0b04799371683ebb6894383ee Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 22 Aug 2012 19:03:05 +0000 Subject: [PATCH 1/1] - more debug --- src/mesh/gnunet-service-mesh.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 4bd50337a..fdcf095c7 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -5007,6 +5007,9 @@ handle_mesh_data_unicast (void *cls, const struct GNUNET_PeerIdentity *peer, { GNUNET_STATISTICS_update (stats, "# unsolicited unicast", 1, GNUNET_NO); GNUNET_break_op (0); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Received PID %u, ACK %u\n", + pid, t->last_fwd_ack); return GNUNET_OK; } -- 2.25.1