Add missing log for stdout
This commit is contained in:
parent
555156ed6c
commit
249824370b
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ pub fn optimize(input: &InFile, output: &OutFile, opts: &Options) -> PngResult<(
|
|||
buffer
|
||||
.write_all(&optimized_output)
|
||||
.map_err(|e| PngError::WriteFailed("stdout".into(), e))?;
|
||||
info!("{savings}: stdout");
|
||||
}
|
||||
(OutFile::Path { path, .. }, _) => {
|
||||
let output_path = path
|
||||
|
|
|
|||
Loading…
Reference in a new issue