From 3a795ed32935968218ce6feb8ab2459e8c215ee8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 27 Jul 2019 18:10:38 +0200 Subject: Add some nice statistics output to tar2sqfs and gensquashfs Signed-off-by: David Oberhollenzer --- tar/tar2sqfs.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tar') diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index 836df21..ffb1c99 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -429,6 +429,9 @@ int main(int argc, char **argv) if (padd_file(outfd, super.bytes_used, devblksize)) goto out; + if (!quiet) + sqfs_print_statistics(&fs, &super); + status = EXIT_SUCCESS; out: id_table_cleanup(&idtbl); -- cgit v1.2.3