diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2021-12-09 23:59:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 23:59:38 +0100 |
commit | 1f6771c3b14453ae9b6651a9edb1f7778d3f71f3 (patch) | |
tree | 15b5226a0b83844b44223c4495f810ea5bf89d06 | |
parent | 39ca00755d91c5e608bfe2a67c84ceb29ed49976 (diff) | |
download | libquotient-1f6771c3b14453ae9b6651a9edb1f7778d3f71f3.tar.gz libquotient-1f6771c3b14453ae9b6651a9edb1f7778d3f71f3.zip |
Update lib/connection.cpp
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
-rw-r--r-- | lib/connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<QByteArray>(pickle)); |