From 98c2af7db1b3015e25de5685210d885328ca7baa Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 27 Feb 2021 19:33:21 +0000 Subject: [PATCH] apitest: Fix a dbg 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 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)?; } -- 2.30.2