Skip to content

Commit 72fbcf6

Browse files
committed
hex encode payload slice before logging
1 parent b08b8c8 commit 72fbcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmtp_mls/src/storage/encrypted_store/group_intent.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ impl DbConnection {
227227
tracing::info!("Set intent {intent_id} to published");
228228
tracing::info!(
229229
"intent {intent_id} that was just saved to DB has payload_hash: {:?}",
230-
payload_hash_clone
230+
hex::encode(payload_hash_clone)
231231
);
232232
Ok(())
233233
}

0 commit comments

Comments
 (0)