From: Wayne Davison Date: Tue, 21 Nov 2006 08:36:15 +0000 (+0000) Subject: Output the size of the file list using human_num(). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/eb0144d79b4a52be68dd975cc64149ea4bd9080f Output the size of the file list using human_num(). --- diff --git a/main.c b/main.c index 46d62509..31d2faa6 100644 --- a/main.c +++ b/main.c @@ -238,7 +238,8 @@ static void output_summary(void) human_num(stats.literal_data)); rprintf(FINFO,"Matched data: %s bytes\n", human_num(stats.matched_data)); - rprintf(FINFO,"File list size: %d\n", stats.flist_size); + rprintf(FINFO,"File list size: %s\n", + human_num(stats.flist_size)); if (stats.flist_buildtime) { rprintf(FINFO, "File list generation time: %.3f seconds\n",