aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index e3ee55299..b60de7e05 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2177,7 +2177,8 @@ ack_proc (void *cls, uint32_t id, const struct GNUNET_MessageHeader *msg)
2177 s = l_ctx.res; 2177 s = l_ctx.res;
2178 if (NULL == s) 2178 if (NULL == s)
2179 { 2179 {
2180 GNUNET_break (0); 2180 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Trying to transmit ACK to peer `%s' but not session found!\n",
2181 GNUNET_a2s(rc->src_addr, rc->addr_len));
2181 return; 2182 return;
2182 } 2183 }
2183 if (s->flow_delay_for_other_peer.rel_value_us <= UINT32_MAX) 2184 if (s->flow_delay_for_other_peer.rel_value_us <= UINT32_MAX)