We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd122c commit 8be0a7dCopy full SHA for 8be0a7d
crates/matrix-sdk-crypto/src/verification/machine.rs
@@ -353,7 +353,7 @@ impl VerificationMachine {
353
};
354
355
if !Self::is_timestamp_valid(timestamp) {
356
- trace!(
+ info!(
357
from_device = r.from_device().as_str(),
358
?timestamp,
359
"The received verification request was too old or too far into the future",
0 commit comments