From 41e337dd1f422dcd6fd16981cbc44b2575dd7898 Mon Sep 17 00:00:00 2001 From: Kai Jan Kriegel Date: Mon, 13 Feb 2023 18:50:57 +0100 Subject: [PATCH] i can't type --- bffhd/capnp/authenticationsystem.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bffhd/capnp/authenticationsystem.rs b/bffhd/capnp/authenticationsystem.rs index 5c27922..35bdde6 100644 --- a/bffhd/capnp/authenticationsystem.rs +++ b/bffhd/capnp/authenticationsystem.rs @@ -158,7 +158,7 @@ impl AuthenticationSystem for Authentication { }; } Err(e) => { - tracing::error!(error = %e., "authentication failed"); + tracing::warn!(error = %e, "authentication failed"); self.state = State::Aborted; self.build_error(builder);