Don't show extra message in compat mode decompress

This commit is contained in:
Con Kolivas 2015-04-16 15:22:43 +10:00
parent 3cfb993ce3
commit 591e106d57

View file

@ -802,7 +802,7 @@ bool decompress_file(rzip_control *control)
/* if we get here, no fatal_return(( errors during decompression */
print_progress("\r");
if (!(STDOUT | TEST_ONLY))
print_output("Output filename is: %s: ", control->outfile);
print_progress("Output filename is: %s: ", control->outfile);
if (!expected_size)
expected_size = control->st_size;
if (!ENCRYPT)