From 8b09470edee616a4232549003cc2f8564ffebc5a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 22 Oct 2013 11:59:13 +0100 Subject: [PATCH] debug: Print number of threads being used. --- pxzcat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pxzcat.c b/pxzcat.c index 437d51e..346e3f8 100644 --- a/pxzcat.c +++ b/pxzcat.c @@ -127,6 +127,7 @@ main (int argc, char *argv[]) error (EXIT_FAILURE, errno, "could not get number of cores"); nr_threads = (unsigned) i; } + debug ("nr_threads = %u", nr_threads); xzfile_uncompress (argv[optind], outputfile, nr_threads); -- 1.8.3.1