From 30fd84d4d5262fc183077b6461ed8e863a3cdb0d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Mar 2021 15:40:04 +0000 Subject: [PATCH] at-otter: Use (rely on) newer dbgc Signed-off-by: Ian Jackson --- apitest/at-otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 9660d283..4c2aefb0 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -417,7 +417,7 @@ impl Ctx { alice.synch()?; bob.synchx(None, |session, gen, k, v| { - dbgc!((k, v)); + dbgc!(k,v); })?; // to repro a bug, have Bob move the RHS pawn out again -- 2.30.2