From 32738f30d65a96aa4a2d7689d075800600b9d6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 10 Jul 2023 13:34:49 +0200 Subject: [PATCH] Update crates/matrix-sdk-crypto/src/store/mod.rs Co-authored-by: Jonas Platte --- crates/matrix-sdk-crypto/src/store/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-crypto/src/store/mod.rs b/crates/matrix-sdk-crypto/src/store/mod.rs index 1b4eb967dce..5bf28f82868 100644 --- a/crates/matrix-sdk-crypto/src/store/mod.rs +++ b/crates/matrix-sdk-crypto/src/store/mod.rs @@ -1062,7 +1062,7 @@ impl Store { match result { Ok(r) => Some(r), Err(BroadcastStreamRecvError::Lagged(lag)) => { - warn!("secrets_stream missed {} updates", lag); + warn!("secrets_stream missed {lag} updates"); None } }