gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20523 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r20523 - gnunet/src/util
Date: Thu, 15 Mar 2012 13:54:25 +0100

Author: grothoff
Date: 2012-03-15 13:54:25 +0100 (Thu, 15 Mar 2012)
New Revision: 20523

Modified:
   gnunet/src/util/connection.c
Log:
-never a clear warning, use INFO

Modified: gnunet/src/util/connection.c
===================================================================
--- gnunet/src/util/connection.c        2012-03-15 12:53:04 UTC (rev 20522)
+++ gnunet/src/util/connection.c        2012-03-15 12:54:25 UTC (rev 20523)
@@ -622,11 +622,8 @@
 static void
 connect_fail_continuation (struct GNUNET_CONNECTION_Handle *h)
 {
-  LOG ((0 !=
-        strncmp (h->hostname, "localhost:",
-                 10)) ? GNUNET_ERROR_TYPE_INFO : GNUNET_ERROR_TYPE_WARNING,
-       _
-       ("Failed to establish TCP connection to `%s:%u', no further addresses 
to try.\n"),
+  LOG (GNUNET_ERROR_TYPE_INFO,
+       _("Failed to establish TCP connection to `%s:%u', no further addresses 
to try.\n"),
        h->hostname, h->port);
   /* connect failed / timed out */
   GNUNET_break (h->ap_head == NULL);




reply via email to

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