aboutsummaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/qolmsession.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/crypto/qolmsession.cpp b/lib/crypto/qolmsession.cpp
index 2068a7d9..a327a643 100644
--- a/lib/crypto/qolmsession.cpp
+++ b/lib/crypto/qolmsession.cpp
@@ -46,9 +46,7 @@ std::variant<std::unique_ptr<QOlmSession>, QOlmError> QOlmSession::createInbound
if (error == olm_error()) {
const auto lastErr = lastError(olmSession);
- if (lastErr == QOlmError::NotEnoughRandom) {
- qCCritical(E2EE) << "Error when creating inbound session" << lastErr;
- }
+ qCWarning(E2EE) << "Error when creating inbound session" << lastErr;
return lastErr;
}