Skip to content

Commit 8be0a7d

Browse files
mpeter50stefanceriu
authored andcommitted
Update logging of device verification request timestamp valdiation
In element-hq/element-web#29625 it was found to be useful to give more visibility to this kind of verification error. Signed-off-by: mpeter50 <[email protected]>
1 parent 8fd122c commit 8be0a7d

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-crypto/src/verification

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/verification/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ impl VerificationMachine {
353353
};
354354

355355
if !Self::is_timestamp_valid(timestamp) {
356-
trace!(
356+
info!(
357357
from_device = r.from_device().as_str(),
358358
?timestamp,
359359
"The received verification request was too old or too far into the future",

0 commit comments

Comments
 (0)