Skip to content

Commit

Permalink
Update src/sender.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben De Smet <[email protected]>
  • Loading branch information
gferon and rubdos authored Oct 18, 2024
1 parent 6b51c23 commit ceda59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ where
#[tracing::instrument(
level = "trace",
skip(self, unidentified_access, content),
fields(unidentified_access = unidentified_access.is_some(), recipient = recipient.service_id_string()),
fields(unidentified_access = unidentified_access.is_some(), recipient = %recipient.service_id_string()),
)]
pub(crate) async fn create_encrypted_message(
&mut self,
Expand Down

0 comments on commit ceda59d

Please sign in to comment.