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 9c9db06ae..2e7e2acfa 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1999,7 +1999,7 @@ read_process_ack (struct Plugin *plugin,
1999 } 1999 }
2000 if (NULL == s->frag_ctx) 2000 if (NULL == s->frag_ctx)
2001 { 2001 {
2002 LOG (GNUNET_ERROR_TYPE_WARNING, 2002 LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
2003 "Fragmentation context of address %s for ACK not found\n", 2003 "Fragmentation context of address %s for ACK not found\n",
2004 udp_address_to_string (plugin, 2004 udp_address_to_string (plugin,
2005 address->address, 2005 address->address,