Tweak output when not optimised

This commit is contained in:
Andrew 2026-01-05 16:05:03 +13:00
parent 8754013cbc
commit 555156ed6c

View file

@ -220,7 +220,7 @@ pub fn optimize(input: &InFile, output: &OutFile, opts: &Options) -> PngResult<(
(OutFile::Path { path, .. }, InFile::Path(input_path))
if path.as_ref().is_none_or(|p| p == input_path) =>
{
info!("{input}: Could not optimize further, no change written");
info!("Could not optimize further, no change written: {input}");
return Ok((in_length, in_length));
}
_ => {