aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-16 15:39:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-16 15:39:07 +0000
commit1b0756f382f3e7d71bd31a808143f9b2ec48376c (patch)
tree3b4509884441b9e9873b500a72447c06705aaa8b /src/hostlist
parent51d7a05119e7ecda47b2e971cb3e555b49c47a88 (diff)
downloadgnunet-1b0756f382f3e7d71bd31a808143f9b2ec48376c.tar.gz
gnunet-1b0756f382f3e7d71bd31a808143f9b2ec48376c.zip
- error msg
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/hostlist-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 7f285f6cf..9e320e51c 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -833,8 +833,8 @@ task_download (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
833 if ((msg->data.result != CURLE_OK) && 833 if ((msg->data.result != CURLE_OK) &&
834 (msg->data.result != CURLE_GOT_NOTHING)) 834 (msg->data.result != CURLE_GOT_NOTHING))
835 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 835 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
836 _("%s failed for `%s' at %s:%d: `%s'\n"), 836 _("Download of hostlist from `%s' failed: `%s'\n"),
837 "curl_multi_perform", current_url, __FILE__, __LINE__, 837 current_url,
838 curl_easy_strerror (msg->data.result)); 838 curl_easy_strerror (msg->data.result));
839 else 839 else
840 { 840 {