We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9af60c commit 6fd72e3Copy full SHA for 6fd72e3
http-fetch.c
@@ -788,7 +788,7 @@ static int fetch_alternates(char *base)
788
buffer.buffer = data;
789
790
if (get_verbosely)
791
- fprintf(stderr, "Getting alternates list\n");
+ fprintf(stderr, "Getting alternates list for %s\n", base);
792
793
url = xmalloc(strlen(base) + 31);
794
sprintf(url, "%s/objects/info/http-alternates", base);
@@ -911,7 +911,7 @@ static int fetch_indices(struct alt_base *repo)
911
912
913
914
- fprintf(stderr, "Getting pack list\n");
+ fprintf(stderr, "Getting pack list for %s\n", repo->base);
915
916
url = xmalloc(strlen(repo->base) + 21);
917
sprintf(url, "%s/objects/info/packs", repo->base);
0 commit comments