From 093409fea68bd4a33f34692fb0bd7e1698488b4c Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Wed, 10 Nov 2021 18:54:39 +0100 Subject: [PATCH] MXSession: Add logs to track if E2EE is enabled by default on the current HS. --- Riot/Categories/MXSession+Riot.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Categories/MXSession+Riot.m b/Riot/Categories/MXSession+Riot.m index 05d5cd624..f26fda0b1 100644 --- a/Riot/Categories/MXSession+Riot.m +++ b/Riot/Categories/MXSession+Riot.m @@ -65,7 +65,7 @@ } else { - MXLogInfo(@"[MXSession] E2EE is disabled by default on this homeserver"); + MXLogWarning(@"[MXSession] E2EE is disabled by default on this homeserver."); success(NO); return [MXHTTPOperation new]; }