From: Richard W.M. Jones Date: Tue, 22 Oct 2013 10:59:13 +0000 (+0100) Subject: debug: Print number of threads being used. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=8b09470edee616a4232549003cc2f8564ffebc5a;p=pxzcat.git debug: Print number of threads being used. --- 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);