git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Show URL in the "Getting <foo> list" http-fetch messages
@ 2005-11-12  0:49 Petr Baudis
  2005-11-12  0:58 ` Petr Baudis
  0 siblings, 1 reply; 6+ messages in thread
From: Petr Baudis @ 2005-11-12  0:49 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Signed-off-by: Petr Baudis <pasky@suse.cz>
---

 http-fetch.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/http-fetch.c b/http-fetch.c
index e7655d1..e6e7df6 100644
--- a/http-fetch.c
+++ b/http-fetch.c
@@ -795,7 +795,7 @@ static int fetch_alternates(char *base)
 	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);
@@ -918,7 +918,7 @@ static int fetch_indices(struct alt_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);

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-11-14 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12  0:49 [PATCH] Show URL in the "Getting <foo> list" http-fetch messages Petr Baudis
2005-11-12  0:58 ` Petr Baudis
2005-11-12  1:17   ` Junio C Hamano
2005-11-12 17:22     ` Nick Hengeveld
2005-11-14 19:02       ` Nick Hengeveld
2005-11-14 20:11         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).