From: Ian Jackson Date: Thu, 29 Jul 2021 00:50:17 +0000 (+0100) Subject: client: fix tiny bug X-Git-Tag: hippotat/1.0.0~427 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=c19c4ab84635c7c13e20d1e0cb1dd8bf02ba5d37;p=hippotat.git client: fix tiny bug Signed-off-by: Ian Jackson --- diff --git a/src/reporter.rs b/src/reporter.rs index bb6cc36..951fd2d 100644 --- a/src/reporter.rs +++ b/src/reporter.rs @@ -16,7 +16,7 @@ impl Reporter { }, Err(e) => { // xxx something something error - error!("ERRO {:?}R", e); + error!("ERROR {:?}R", e); None }, }