summaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
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,
2005 } 2005 }
2006 if (NULL == s->frag_ctx) 2006 if (NULL == s->frag_ctx)
2007 { 2007 {
2008 LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, 2008 LOG (GNUNET_ERROR_TYPE_DEBUG | GNUNET_ERROR_TYPE_BULK,
2009 "Fragmentation context of address %s for ACK (%s) not found\n", 2009 "Fragmentation context of address %s for ACK (%s) not found\n",
2010 udp_address_to_string (plugin, 2010 udp_address_to_string (plugin,
2011 address->address, 2011 address->address,