From: Matthias Wachs Date: Sat, 29 Mar 2014 06:44:04 +0000 (+0000) Subject: debuggging message for "send ACK but no session found" issue X-Git-Tag: initial-import-from-subversion-38251~4369 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60d0c937fb05d3e1c5c40b65761edbcff5934ae6;p=oweals%2Fgnunet.git debuggging message for "send ACK but no session found" issue --- 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)