commit 5e9b18faa72546f7b23521db8cb5e53c178797fc from: Stefan Sperling date: Sun Apr 19 08:13:58 2020 UTC tweak a 'got fetch' progress message for accuracy commit - e54dde0531cc2cdd87f079a0a34ec01d6b9cf7f7 commit + 5e9b18faa72546f7b23521db8cb5e53c178797fc blob - 938543762692a46ac04de8fc3e09c206a829e26e blob + 916f941d8e2becbfcbdd681d226518ac003e8055 --- got/got.c +++ 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';