summaryrefslogtreecommitdiff
path: root/progress.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-11-03 19:45:59 +0000
committerWayne Davison <wayned@samba.org>2005-11-03 19:45:59 +0000
commit91683c434b033342cec4864abdb64ff924b9606e (patch)
treeec63f3e96a8a82256ce0afd4b0b7772245775c07 /progress.c
parent9e7530c414bfd975cd7a9d23292bdebcede37cf0 (diff)
downloadrsync-91683c434b033342cec4864abdb64ff924b9606e.tar.gz
Make the just-updated file-count status even less cryptic.
Diffstat (limited to 'progress.c')
-rw-r--r--progress.c2
1 files changed, 1 insertions, 1 deletions
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);