Add missing log for stdout

This commit is contained in:
Andrew 2026-01-05 16:05:10 +13:00
parent 555156ed6c
commit 249824370b

View file

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