From 336f8b2e93b43e85b9ea4b9da2b2b34221e657aa Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 10 Mar 2022 21:53:14 +0100 Subject: Minor fix --- lib/room.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/room.cpp b/lib/room.cpp index 5d702fba..a1c73666 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -374,8 +374,8 @@ public: auto groupSessionIt = groupSessions.find({ senderKey, sessionId }); if (groupSessionIt == groupSessions.end()) { // qCWarning(E2EE) << "Unable to decrypt event" << eventId - // << "The sender's device has not sent us the keys for " - // "this message" << senderKey << sessionId; + // << "The sender's device has not sent us the keys for " + // "this message"; return QString(); } auto& senderSession = groupSessionIt->second; -- cgit v1.2.3