From: Bart Polot Date: Mon, 15 Jul 2013 23:00:42 +0000 (+0000) Subject: - debug X-Git-Tag: initial-import-from-subversion-38251~8242 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2664bb53dadb2bff0afa1116f505a77543124520;p=oweals%2Fgnunet.git - debug --- 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");