1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/xz
Jia Tan bbf112e323 xz: Change logging level for thread reduction to highest verbosity only.
Now that multi threaded encoding is the default, users do not need to
see a warning message everytime the number of threads is reduced. On
some machines, this could happen very often. It is not unreasonable for
users to need to set double verbose mode to see this kind of
information.

To see these warning messages -vv or --verbose --verbose must be passed
to set xz into the highest possible verbosity mode.

These warnings had caused automated testing frameworks to fail when they
expected no output to stderr.

Thanks to Sebastian Andrzej Siewior for reporting this and for the
initial version of the patch.
2024-02-29 00:05:50 +08:00
..
args.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
args.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
coder.c xz: Change logging level for thread reduction to highest verbosity only. 2024-02-29 00:05:50 +08:00
coder.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
file_io.c xz: Move sandboxing code to sandbox.c and improve Landlock sandbox. 2024-02-17 23:07:35 +02:00
file_io.h xz: Move sandboxing code to sandbox.c and improve Landlock sandbox. 2024-02-17 23:07:35 +02:00
hardware.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
hardware.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
list.c xz: Mention lzmainfo if trying to use 'lzma --list'. 2024-02-14 18:31:16 +02:00
list.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
main.c xz: Use stricter pledge(2) and Landlock sandbox. 2024-02-17 23:07:35 +02:00
main.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
Makefile.am xz: Move sandboxing code to sandbox.c and improve Landlock sandbox. 2024-02-17 23:07:35 +02:00
message.c xz: Delete old commented-out code. 2024-02-17 23:07:35 +02:00
message.h xz: Fix message_init() description. 2024-02-17 23:07:35 +02:00
mytime.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
mytime.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
options.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
options.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
private.h xz: Move sandboxing code to sandbox.c and improve Landlock sandbox. 2024-02-17 23:07:35 +02:00
sandbox.c Build: Fix Linux Landlock feature test in Autotools and CMake builds. 2024-02-26 23:27:44 +08:00
sandbox.h Build: Fix Linux Landlock feature test in Autotools and CMake builds. 2024-02-26 23:27:44 +08:00
signals.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
signals.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
suffix.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
suffix.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
util.c Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
util.h Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00
xz.1 xz: Add missing RISC-V on the filter list in the man page 2024-02-26 23:36:04 +08:00
xz_w32res.rc Add SPDX license identifier into 0BSD source code files. 2024-02-14 18:31:16 +02:00