aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-02-14 15:01:01 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-02-14 15:01:01 +0000
commitb44875024228c5fe2edb24fe4f72e24d4cb94edc (patch)
tree7dd65088fae91aaff15050f0185c2e83426051a2 /src/hostlist
parent6052a2072e078f207ddfdf70197bd45e98657339 (diff)
downloadgnunet-b44875024228c5fe2edb24fe4f72e24d4cb94edc.tar.gz
gnunet-b44875024228c5fe2edb24fe4f72e24d4cb94edc.zip
change to WARNING
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c2
1 files changed, 1 insertions, 1 deletions
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)
829 case CURLMSG_DONE: 829 case CURLMSG_DONE:
830 if ((msg->data.result != CURLE_OK) && 830 if ((msg->data.result != CURLE_OK) &&
831 (msg->data.result != CURLE_GOT_NOTHING)) 831 (msg->data.result != CURLE_GOT_NOTHING))
832 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 832 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
833 _("Download of hostlist from `%s' failed: `%s'\n"), 833 _("Download of hostlist from `%s' failed: `%s'\n"),
834 current_url, 834 current_url,
835 curl_easy_strerror (msg->data.result)); 835 curl_easy_strerror (msg->data.result));