From 91683c434b033342cec4864abdb64ff924b9606e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 3 Nov 2005 19:45:59 +0000 Subject: [PATCH] Make the just-updated file-count status even less cryptic. --- progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress.c b/progress.c index a6010a08..d972b43d 100644 --- a/progress.c +++ b/progress.c @@ -97,7 +97,7 @@ static void rprint_progress(OFF_T ofs, OFF_T size, struct timeval *now, remain_h = (int) (remain / 3600.0); if (is_last) { - snprintf(eol, sizeof eol, " (xfer#%d, 2chk=%d/%d)\n", + snprintf(eol, sizeof eol, " (xfer#%d, to-check=%d/%d)\n", stats.num_transferred_files, stats.current_file_index+1 - stats.num_files, stats.num_files); -- 2.34.1