chiark / gitweb /
currency: Fix the log message
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 May 2022 13:46:28 +0000 (14:46 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 1 May 2022 13:46:28 +0000 (14:46 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/currency.rs

index ed8d3ac5c7d3b445332eff73694d94556e2992fb..f5403f5d48804c9d3f7643ae3438dd42f19959fd 100644 (file)
@@ -242,13 +242,12 @@ impl PieceTrait for Banknote {
     }
 
     let logents = vec![ LogEntry { html: hformat!(
-      "{} deposited {} {}{}, giving {}{}",
+      "{} deposited {}, giving {}{}",
       match gpl {
         Some(gpl) => gpl.nick.to_html(),
         None => Html::lit("Departing player").into(),
       },
       tipc.p.show(show).describe_html(tgpc, goccults)?,
-      tqty, currency,
       new_qty, currency,
     )}];