- error msg
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 May 2012 15:39:07 +0000 (15:39 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 May 2012 15:39:07 +0000 (15:39 +0000)
src/hostlist/hostlist-client.c

index 7f285f6cfba3c94921787d08840be9ecdf9849a1..9e320e51c4e2fbb18614df0d10594242393dda9a 100644 (file)
@@ -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
           {