From 60d0c937fb05d3e1c5c40b65761edbcff5934ae6 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Sat, 29 Mar 2014 06:44:04 +0000 Subject: debuggging message for "send ACK but no session found" issue --- src/transport/plugin_transport_udp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/transport') 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) s = l_ctx.res; if (NULL == s) { - GNUNET_break (0); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Trying to transmit ACK to peer `%s' but not session found!\n", + GNUNET_a2s(rc->src_addr, rc->addr_len)); return; } if (s->flow_delay_for_other_peer.rel_value_us <= UINT32_MAX) -- cgit v1.2.3