aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-09 15:26:30 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-09 15:26:30 +0000
commitddab186797c750dd6a2cb82a903f33bb2b6e4624 (patch)
tree30fb36f157cf9321cd3c8d4d4e36ef44c2bd6240 /src/transport/plugin_transport_udp.c
parent8294254c648a8d0bcd2574ca457b98ca05267fda (diff)
downloadgnunet-ddab186797c750dd6a2cb82a903f33bb2b6e4624.tar.gz
gnunet-ddab186797c750dd6a2cb82a903f33bb2b6e4624.zip
make message appear less often
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 896dc66b7..7f442cff0 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2615,10 +2615,9 @@ analyze_send_error (struct Plugin *plugin,
2615 */ 2615 */
2616 2616
2617 LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK, 2617 LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
2618 _("UDP could not transmit message to `%s': " 2618 _("UDP could not transmit IPv6 message! "
2619 "Please check your network configuration and disable IPv6 if your " 2619 "Please check your network configuration and disable IPv6 if your "
2620 "connection does not have a global IPv6 address\n"), 2620 "connection does not have a global IPv6 address\n"));
2621 GNUNET_a2s (sa, slen));
2622 } 2621 }
2623 } 2622 }
2624 else 2623 else