git.annexia.org
/
pxzcat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09db9f3
)
debug: Print number of threads being used.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 22 Oct 2013 10:59:13 +0000
(11:59 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 22 Oct 2013 10:59:13 +0000
(11:59 +0100)
pxzcat.c
patch
|
blob
|
history
diff --git
a/pxzcat.c
b/pxzcat.c
index
437d51e
..
346e3f8
100644
(file)
--- 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);