From 12c0db85bc192482145479a6f7c5d7aebc8b393e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 5 Dec 2019 11:27:03 -0500 Subject: Include network/context in progress output --- unscoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unscoop.c') diff --git a/unscoop.c b/unscoop.c index 73beeb1..d5494e0 100644 --- a/unscoop.c +++ b/unscoop.c @@ -236,7 +236,7 @@ int main(int argc, char *argv[]) { sizeRead += len; if (100 * sizeRead / sizeTotal != sizePercent) { sizePercent = 100 * sizeRead / sizeTotal; - printf("\r%3zu%%", sizePercent); + printf("\r%s/%s: %3zu%%", network, context, sizePercent); fflush(stdout); } } -- cgit 1.4.1