aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 296498f6d..4eb4b7f36 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2669,7 +2669,6 @@ ack_proc (void *cls,
2669 delay = s->flow_delay_for_other_peer.rel_value_us; 2669 delay = s->flow_delay_for_other_peer.rel_value_us;
2670 else 2670 else
2671 delay = UINT32_MAX; 2671 delay = UINT32_MAX;
2672
2673 LOG (GNUNET_ERROR_TYPE_DEBUG, 2672 LOG (GNUNET_ERROR_TYPE_DEBUG,
2674 "Sending ACK to `%s' including delay of %s\n", 2673 "Sending ACK to `%s' including delay of %s\n",
2675 udp_address_to_string (plugin, 2674 udp_address_to_string (plugin,