Skip to content

Commit

Permalink
Update crates/matrix-sdk-crypto/src/store/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Platte <jplatte@matrix.org>
  • Loading branch information
poljar and jplatte authored Jul 10, 2023
1 parent ce1fd33 commit 32738f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-crypto/src/store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 32738f3

Please sign in to comment.