From 7a0bf9b9b91870cec6edbfcf2b65e40b5cf2320f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 27 Feb 2025 15:49:44 +0100 Subject: [PATCH] chore(sdk): Don't repeat a log line about the list of users for a /keys/query The crypto crate already logs this, so no need to repeat the whole list of users in the main crate. --- crates/matrix-sdk/src/encryption/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk/src/encryption/mod.rs b/crates/matrix-sdk/src/encryption/mod.rs index efad584e9..506d15073 100644 --- a/crates/matrix-sdk/src/encryption/mod.rs +++ b/crates/matrix-sdk/src/encryption/mod.rs @@ -403,7 +403,7 @@ impl Client { /// # Panics /// /// Panics if no key query needs to be done. - #[instrument(skip(self))] + #[instrument(skip(self, device_keys))] pub(crate) async fn keys_query( &self, request_id: &TransactionId,