From f80376c5976143a1788ecc4f7ca86ac0ec8b9874 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 15 Oct 2005 11:13:55 -0700 Subject: Show curl error a bit better. Signed-off-by: Junio C Hamano diff --git a/http-fetch.c b/http-fetch.c index 40bd0b4..da4d2f2 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -1049,7 +1049,9 @@ static int fetch_object(struct alt_base *repo, unsigned char *sha1) } if (request->curl_result != CURLE_OK && request->http_code != 416) { - ret = error("%s", request->errorstr); + ret = error("%s (curl_result = %d, http_code = %ld, sha1 = %s)", + request->errorstr, request->curl_result, + request->http_code, hex); release_request(request); return ret; } -- cgit v0.10.2-6-g49f6