diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-15 12:54:25 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-15 12:54:25 +0000 |
commit | a4ceb612bea732fd8fa51a0240bd5d05992ebae5 (patch) | |
tree | 937bdc688244dbffef435b1d6c1ad2c1a5811e75 /src/util/connection.c | |
parent | 9f3d985d890f7644878fffd3dc73b051812dc8b3 (diff) |
-never a clear warning, use INFO
git-svn-id: https://gnunet.org/svn/gnunet@20523 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/connection.c')
-rw-r--r-- | src/util/connection.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/util/connection.c b/src/util/connection.c index 60e7f115f3..da7ba599d6 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); 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); |