From: Ian Jackson Date: Fri, 30 Jul 2021 17:33:26 +0000 (+0100) Subject: fix error X-Git-Tag: hippotat/1.0.0~425 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=03b4fd44baacf275e64d12bd48a7b47ca3cf11c2;p=hippotat.git fix error Signed-off-by: Ian Jackson --- diff --git a/src/reporter.rs b/src/reporter.rs index 951fd2d..841fd08 100644 --- a/src/reporter.rs +++ b/src/reporter.rs @@ -16,7 +16,7 @@ impl Reporter { }, Err(e) => { // xxx something something error - error!("ERROR {:?}R", e); + error!("ERROR {:?}", e); None }, }