From 1bb9cb81c21f8a979a1fb5d8113331ccf1b39f7f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 7 Mar 2021 10:52:18 +0000 Subject: [PATCH] apitest: compactify a debug 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 e7085418..f02c2146 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -117,7 +117,7 @@ fn updates_parser(input: R, out: &mut mpsc::Sender) { } else { let update = &entry["data"]; let update = serde_json::from_str(update).unwrap(); - dbg!(&update); + dbgc!(&update); if out.send(update).is_err() { break } } } -- 2.30.2