From c263ac319ddc724c1d2a1bd01ea87f6ea4999ba6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 29 Apr 2015 09:50:40 +0000 Subject: [PATCH] -lower to debug level (#3783) --- src/transport/plugin_transport_udp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index cbabcb115..c638b6668 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -2005,7 +2005,7 @@ read_process_ack (struct Plugin *plugin, } if (NULL == s->frag_ctx) { - LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, + LOG (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK, "Fragmentation context of address %s for ACK (%s) not found\n", udp_address_to_string (plugin, address->address, -- 2.25.1