summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e9af60c)
raw | patch | inline | side by side (parent: e9af60c)
author | Petr Baudis <pasky@suse.cz> | |
Sat, 12 Nov 2005 00:49:59 +0000 (01:49 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 12 Nov 2005 05:14:46 +0000 (21:14 -0800) |
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c | patch | blob | history |
diff --git a/http-fetch.c b/http-fetch.c
index 99921cc8da13abc33b389f9df691f56200d20ef3..f39e748fc03af5dc8b50188ae99fe57a84dc64a7 100644 (file)
--- a/http-fetch.c
+++ b/http-fetch.c
buffer.buffer = data;
if (get_verbosely)
- fprintf(stderr, "Getting alternates list\n");
+ fprintf(stderr, "Getting alternates list for %s\n", base);
url = xmalloc(strlen(base) + 31);
sprintf(url, "%s/objects/info/http-alternates", base);
buffer.buffer = data;
if (get_verbosely)
- fprintf(stderr, "Getting pack list\n");
+ fprintf(stderr, "Getting pack list for %s\n", repo->base);
url = xmalloc(strlen(repo->base) + 21);
sprintf(url, "%s/objects/info/packs", repo->base);