From: Bart Polot Date: Wed, 22 Aug 2012 19:03:05 +0000 (+0000) Subject: - more debug X-Git-Tag: initial-import-from-subversion-38251~12131 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2293523b6627b8c0b04799371683ebb6894383ee;hp=02362b0f246023b2918aa31a5065ab2e5451d386;p=oweals%2Fgnunet.git - more debug --- 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; }