Displaying 1 result from an estimated 1 matches for "25be374".
Did you mean:
259374
2008 Oct 22
1
[PATCH] Make progress output show "done" instead of "to-chk".
...g but not really wrong.
---
I'm sending this patch to the main rsync list rather than
rsync-patches@mattmccutchen.net because others might want to express
opinions on it.
Matt
progress.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/progress.c b/progress.c
index 25be374..7309a5d 100644
--- a/progress.c
+++ b/progress.c
@@ -72,9 +72,9 @@ 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",
+ " (xfr#%d, done=%d/%d)\n",
stats.xferred...