Skip to content

Commit

Permalink
Temporarily log error not failure to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderas committed Jun 13, 2022
1 parent b0a5bcc commit 6981632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatrixSDK/Data/MXRoom.m
Original file line number Diff line number Diff line change
Expand Up @@ -3659,7 +3659,7 @@ - (void)validateEncryptionStateConsistency
{
if (self.summary.isEncrypted)
{
MXLogFailure(@"[MXRoom] checkEncryptionState: Crypto and state store do not match");
MXLogError(@"[MXRoom] checkEncryptionState: Crypto and state store do not match");
}
else
{
Expand Down

0 comments on commit 6981632

Please sign in to comment.