Update message when dumping buffer and make it maxverbose only.

This commit is contained in:
Con Kolivas 2011-03-14 12:54:40 +11:00
parent 9e772d3140
commit dc360b52dc

View file

@ -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)