Commit e54dde0531cc2cdd87f079a0a34ec01d6b9cf7f7

Stefan Sperling 2020-04-19T08:12:25

tweak a 'got clone' 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 7163d53..9385437 100644
--- a/got/got.c
+++ b/got/got.c
@@ -1183,7 +1183,7 @@ cmd_clone(int argc, char *argv[])
 		goto done;
 
 	if (verbosity >= 0)
-		printf("Connected to %s%s%s\n", host,
+		printf("Connecting to %s%s%s\n", host,
 		    port ? ":" : "", port ? port : "");
 
 	fpa.last_scaled_size[0] = '\0';