diff options
author | Alexey Andreyev <aa13q@ya.ru> | 2019-08-23 17:07:36 +0300 |
---|---|---|
committer | Alexey Andreev <aa13q@ya.ru> | 2020-02-25 17:31:59 +0300 |
commit | f341e4a3c60cf4a6f6f4c986f8fe68c82feba1dd (patch) | |
tree | 4586d5d2e0d4698aa3e3c8125265f4031762c262 /lib/events/encryptedevent.cpp | |
parent | 283208f8f891aafaaa0ae573bd8b9fcda783da12 (diff) | |
download | libquotient-f341e4a3c60cf4a6f6f4c986f8fe68c82feba1dd.tar.gz libquotient-f341e4a3c60cf4a6f6f4c986f8fe68c82feba1dd.zip |
E2EE: EncryptedEvent constructor debug message
Signed-off-by: Alexey Andreev <aa13q@ya.ru>
Diffstat (limited to 'lib/events/encryptedevent.cpp')
-rw-r--r-- | lib/events/encryptedevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/encryptedevent.cpp b/lib/events/encryptedevent.cpp index b5cedc69..dccfa540 100644 --- a/lib/events/encryptedevent.cpp +++ b/lib/events/encryptedevent.cpp @@ -28,5 +28,5 @@ EncryptedEvent::EncryptedEvent(QByteArray ciphertext, const QString& senderKey, EncryptedEvent::EncryptedEvent(const QJsonObject& obj) : RoomEvent(typeId(), obj) { - qCDebug(EVENTS) << "Encrypted event" << id(); + qCDebug(E2EE) << "Encrypted event from" << senderId(); } |