From 555156ed6cac774f97d600486d4a51bbef8c03c8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 5 Jan 2026 16:05:03 +1300 Subject: [PATCH] Tweak output when not optimised --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a447352d..da6080b1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)); } _ => {