From 1f6771c3b14453ae9b6651a9edb1f7778d3f71f3 Mon Sep 17 00:00:00 2001 From: Tobias Fella <9750016+TobiasFella@users.noreply.github.com> Date: Thu, 9 Dec 2021 23:59:38 +0100 Subject: Update lib/connection.cpp Co-authored-by: Alexey Rusakov --- lib/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/connection.cpp b/lib/connection.cpp index c7591e43..b7aaca86 100644 --- a/lib/connection.cpp +++ b/lib/connection.cpp @@ -2041,7 +2041,7 @@ PicklingMode Connection::picklingMode() const void Connection::saveOlmAccount() { - qDebug() << "Saving olm account"; + qCDebug(E2EE) << "Saving olm account"; #ifdef Quotient_E2EE_ENABLED auto pickle = d->olmAccount->pickle(d->picklingMode); Database::instance().setAccountPickle(userId(), std::get(pickle)); -- cgit v1.2.3