mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-31 22:00:14 +01:00
Update message when dumping buffer and make it maxverbose only.
This commit is contained in:
parent
9e772d3140
commit
dc360b52dc
2
lrzip.c
2
lrzip.c
|
|
@ -279,7 +279,7 @@ void write_fdout(rzip_control *control, void *buf, i64 len)
|
|||
|
||||
void flush_tmpoutbuf(rzip_control *control)
|
||||
{
|
||||
print_verbose("Dumping buffer to stdout.\n");
|
||||
print_maxverbose("Dumping buffer to physical file.\n");
|
||||
if (STDOUT && !TEST_ONLY)
|
||||
fwrite_stdout(control->tmp_outbuf, control->out_len);
|
||||
else if (!STDOUT && !TEST_ONLY)
|
||||
|
|
|
|||
Loading…
Reference in a new issue