From: Matthias Wachs Date: Thu, 14 Feb 2013 15:01:01 +0000 (+0000) Subject: change to WARNING X-Git-Tag: initial-import-from-subversion-38251~9931 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b44875024228c5fe2edb24fe4f72e24d4cb94edc;p=oweals%2Fgnunet.git change to WARNING --- 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));