- more debug
authorBart Polot <bart@net.in.tum.de>
Wed, 22 Aug 2012 19:03:05 +0000 (19:03 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 22 Aug 2012 19:03:05 +0000 (19:03 +0000)
src/mesh/gnunet-service-mesh.c

index 4bd50337adf92b98a1dc1daf96ef9744d20d6e71..fdcf095c7f35deedae3ecf40397edbb7318297ce 100644 (file)
@@ -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;
   }