aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-15 12:54:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-15 12:54:25 +0000
commit2fc83b67f0cb28d905f625e099b874a23d58b14b (patch)
tree937bdc688244dbffef435b1d6c1ad2c1a5811e75 /src
parent38e3d5333fed59e0c6fdd9eab1769b546370276a (diff)
downloadgnunet-2fc83b67f0cb28d905f625e099b874a23d58b14b.tar.gz
gnunet-2fc83b67f0cb28d905f625e099b874a23d58b14b.zip
-never a clear warning, use INFO
Diffstat (limited to 'src')
-rw-r--r--src/util/connection.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index 60e7f115f..da7ba599d 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -622,11 +622,8 @@ transmit_ready (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
622static void 622static void
623connect_fail_continuation (struct GNUNET_CONNECTION_Handle *h) 623connect_fail_continuation (struct GNUNET_CONNECTION_Handle *h)
624{ 624{
625 LOG ((0 != 625 LOG (GNUNET_ERROR_TYPE_INFO,
626 strncmp (h->hostname, "localhost:", 626 _("Failed to establish TCP connection to `%s:%u', no further addresses to try.\n"),
627 10)) ? GNUNET_ERROR_TYPE_INFO : GNUNET_ERROR_TYPE_WARNING,
628 _
629 ("Failed to establish TCP connection to `%s:%u', no further addresses to try.\n"),
630 h->hostname, h->port); 627 h->hostname, h->port);
631 /* connect failed / timed out */ 628 /* connect failed / timed out */
632 GNUNET_break (h->ap_head == NULL); 629 GNUNET_break (h->ap_head == NULL);