From: Ian Jackson Date: Sat, 27 Feb 2021 19:33:21 +0000 (+0000) Subject: apitest: Fix a dbg X-Git-Tag: otter-0.4.0~298 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=98c2af7db1b3015e25de5685210d885328ca7baa;p=otter.git apitest: Fix a dbg Signed-off-by: Ian Jackson --- diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index b99309a8..5a6efbbb 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -333,7 +333,7 @@ impl Ctx { .filter(|p| p.info["desc"] == otter::hand::UNCLAIMED_DESC) .collect::>() .into_inner().unwrap(); - dbg!(hand); + dbg!(&hand); session.synch(&mut self.su)?; }