mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 22:07:42 +00:00
Update message when dumping buffer and make it maxverbose only.
This commit is contained in:
parent
9e772d3140
commit
dc360b52dc
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue