-doxygen
[oweals/gnunet.git] / src / transport / plugin_transport_udp.c
index 896dc66b7a8e66cddb7cc29c9de728a486a59955..7f442cff0cfedb7cf39b365e5bd1db3140fc2622 100644 (file)
@@ -2615,10 +2615,9 @@ analyze_send_error (struct Plugin *plugin,
       */
 
     LOG (GNUNET_ERROR_TYPE_WARNING | GNUNET_ERROR_TYPE_BULK,
-        _("UDP could not transmit message to `%s': "
-          "Please check your network configuration and disable IPv6 if your "
-          "connection does not have a global IPv6 address\n"),
-        GNUNET_a2s (sa, slen));
+        _("UDP could not transmit IPv6 message! "
+        "Please check your network configuration and disable IPv6 if your "
+        "connection does not have a global IPv6 address\n"));
    }
  }
  else