From 69816324300015c5753999d8d2048c843b8b353d Mon Sep 17 00:00:00 2001 From: Andy Uhnak Date: Mon, 13 Jun 2022 09:39:37 +0100 Subject: [PATCH] Temporarily log error not failure to fix tests --- MatrixSDK/Data/MXRoom.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatrixSDK/Data/MXRoom.m b/MatrixSDK/Data/MXRoom.m index 0b8c777a02..16c94da25d 100644 --- a/MatrixSDK/Data/MXRoom.m +++ b/MatrixSDK/Data/MXRoom.m @@ -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 {