Commit 5e9b18faa72546f7b23521db8cb5e53c178797fc

Stefan Sperling 2020-04-19T08:13:58

tweak a 'got fetch' progress message for accuracy

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.c b/got/got.c
index 9385437..916f941 100644
--- a/got/got.c
+++ b/got/got.c
@@ -1911,7 +1911,7 @@ cmd_fetch(int argc, char *argv[])
 		goto done;
 
 	if (verbosity >= 0)
-		printf("Connected to \"%s\" %s%s%s\n", remote->name, host,
+		printf("Connecting to \"%s\" %s%s%s\n", remote->name, host,
 		    port ? ":" : "", port ? port : "");
 
 	fpa.last_scaled_size[0] = '\0';