From: Matthias Wachs Date: Wed, 16 May 2012 15:39:07 +0000 (+0000) Subject: - error msg X-Git-Tag: initial-import-from-subversion-38251~13452 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b0756f382f3e7d71bd31a808143f9b2ec48376c;p=oweals%2Fgnunet.git - error msg --- 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) if ((msg->data.result != CURLE_OK) && (msg->data.result != CURLE_GOT_NOTHING)) GNUNET_log (GNUNET_ERROR_TYPE_INFO, - _("%s failed for `%s' at %s:%d: `%s'\n"), - "curl_multi_perform", current_url, __FILE__, __LINE__, + _("Download of hostlist from `%s' failed: `%s'\n"), + current_url, curl_easy_strerror (msg->data.result)); else {