Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 5e6f67d004..64068a2fc7 100644
--- a/http.c
+++ b/http.c
@@ -943,7 +943,7 @@ cleanup:
void http_error(const char *url)
{
- error("%s while accessing %s", curl_errorstr, url);
+ error("unable to access '%s': %s", url, curl_errorstr);
}
int http_fetch_ref(const char *base, struct ref *ref)