X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0a23e33630d96f6083b40bc98d7a12d7ad7632f6..e366e5303fa25e3d007691109293901ad7a7b6f6:/progress.c diff --git a/progress.c b/progress.c index e6cdd437..25be3749 100644 --- a/progress.c +++ b/progress.c @@ -73,7 +73,7 @@ static void rprint_progress(OFF_T ofs, OFF_T size, struct timeval *now, if (is_last) { int len = snprintf(eol, sizeof eol, " (xfr#%d, to-chk=%d/%d)\n", - stats.num_transferred_files, + stats.xferred_files, stats.num_files - current_file_index - 1, stats.num_files); if (INFO_GTE(PROGRESS, 2)) {