diff options
-rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |