gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r31223 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r31223 - gnunet/src/transport
Date: Mon, 9 Dec 2013 16:26:30 +0100

Author: wachs
Date: 2013-12-09 16:26:30 +0100 (Mon, 09 Dec 2013)
New Revision: 31223

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
make message appear less often


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2013-12-09 15:16:44 UTC (rev 
31222)
+++ gnunet/src/transport/plugin_transport_udp.c 2013-12-09 15:26:30 UTC (rev 
31223)
@@ -2615,10 +2615,9 @@
       */
 
     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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]