mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Make lzma back end message maxverbose to minimise spamming.
This commit is contained in:
parent
e1f2138060
commit
271a407765
2
stream.c
2
stream.c
|
|
@ -365,7 +365,7 @@ static int lzma_compress_buf(rzip_control *control, struct compress_thread *cthr
|
|||
/* only 7 levels with lzma, scale them */
|
||||
lzma_level = control->compression_level * 7 / 9 ? : 1;
|
||||
|
||||
print_verbose("Starting lzma back end compression thread...\n");
|
||||
print_maxverbose("Starting lzma back end compression thread...\n");
|
||||
retry:
|
||||
dlen = cthread->s_len;
|
||||
c_buf = malloc(dlen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue