From: Wayne Davison Date: Thu, 3 Nov 2005 19:45:59 +0000 (+0000) Subject: Make the just-updated file-count status even less cryptic. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/91683c434b033342cec4864abdb64ff924b9606e Make the just-updated file-count status even less cryptic. --- 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);