From b44875024228c5fe2edb24fe4f72e24d4cb94edc Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 14 Feb 2013 15:01:01 +0000 Subject: [PATCH] change to WARNING --- src/hostlist/hostlist-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c index e410123f6..4ec76ec9f 100644 --- a/src/hostlist/hostlist-client.c +++ b/src/hostlist/hostlist-client.c @@ -829,7 +829,7 @@ task_download (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) case CURLMSG_DONE: if ((msg->data.result != CURLE_OK) && (msg->data.result != CURLE_GOT_NOTHING)) - GNUNET_log (GNUNET_ERROR_TYPE_INFO, + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Download of hostlist from `%s' failed: `%s'\n"), current_url, curl_easy_strerror (msg->data.result)); -- 2.25.1