fix api/client_server/keys events

This commit is contained in:
Charles Hall 2024-07-15 17:52:16 -07:00
parent 42e397203a
commit 0aef00c58b
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -414,7 +414,7 @@ pub(crate) async fn get_keys_helper<F: Fn(&UserId) -> bool>(
} }
if time.elapsed() < min_elapsed_duration { if time.elapsed() < min_elapsed_duration {
debug!("Backing off query from {:?}", server); debug!(%server, "Backing off from server");
return ( return (
server, server,
Err(Error::BadServerResponse( Err(Error::BadServerResponse(