From 2664bb53dadb2bff0afa1116f505a77543124520 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 15 Jul 2013 23:00:42 +0000 Subject: [PATCH] - debug --- src/mesh/gnunet-service-mesh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c index 0c8d0e515..76b8f3d38 100644 --- a/src/mesh/gnunet-service-mesh.c +++ b/src/mesh/gnunet-service-mesh.c @@ -2172,13 +2172,13 @@ tunnel_send_ack (struct MeshTunnel *t, uint16_t type, int fwd) prev_fc = fwd ? &t->prev_fc : &t->next_fc; hop = fwd ? t->prev_hop : t->next_hop; - /* Is it after unicast retransmission? */ switch (type) { case GNUNET_MESSAGE_TYPE_MESH_UNICAST: case GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN: GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "ACK due to DATA retransmission\n"); + "ACK due to %s\n", + GNUNET_MESH_DEBUG_M2S (type)); if (GNUNET_YES == t->nobuffer) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Not sending ACK, nobuffer\n"); -- 2.25.1