From: Ian Jackson Date: Mon, 19 Jul 2021 01:34:52 +0000 (+0100) Subject: jst-lower: Fix a debug output format X-Git-Tag: otter-0.7.2~36 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=274515c254873d32d1e9a5f510dc6ed2df75bbd4;p=otter.git jst-lower: Fix a debug output format Signed-off-by: Ian Jackson --- diff --git a/jstest/jst-lower.rs b/jstest/jst-lower.rs index 6981f57a..c8357e9a 100644 --- a/jstest/jst-lower.rs +++ b/jstest/jst-lower.rs @@ -351,7 +351,7 @@ impl TestsAccumulator { println!("-------------------- {} --------------------", name); for (id,p) in pieces.iter().rev() { - println!(" {:6} {}{} {} {}", + println!(" {:6} {}{} {} {}", id.to_string(), if targets.contains(id) { "T" } else { "_" }, if p.heavy() { "H" } else { "_" },