aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-29 09:50:40 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-29 09:50:40 +0000
commitc263ac319ddc724c1d2a1bd01ea87f6ea4999ba6 (patch)
tree24994230bfca02815e1a0def007fb9adaf6e0bcc /src/transport/plugin_transport_udp.c
parent6a3cdefd59731e3178617348f768b60c7fecd869 (diff)
downloadgnunet-c263ac319ddc724c1d2a1bd01ea87f6ea4999ba6.tar.gz
gnunet-c263ac319ddc724c1d2a1bd01ea87f6ea4999ba6.zip
-lower to debug level (#3783)
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,