diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-20 18:20:38 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-20 18:21:04 +0200 |
commit | 22eee9e798f00f9e58d1dc0f1b893abee2582ba2 (patch) | |
tree | a5873370e128a2d03384d5b7ebc2d175fd6dd49a /examples/imapresource/imapresource.cpp | |
parent | 315524e15da36da523ccbf701c061fbb5a5d34ec (diff) | |
download | sink-22eee9e798f00f9e58d1dc0f1b893abee2582ba2.tar.gz sink-22eee9e798f00f9e58d1dc0f1b893abee2582ba2.zip |
Made the log-level output a lot less noisy
Diffstat (limited to 'examples/imapresource/imapresource.cpp')
-rw-r--r-- | examples/imapresource/imapresource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index e01461d..a97f860 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -650,7 +650,7 @@ KAsync::Job<void> ImapResource::inspect(int inspectionType, const QByteArray &in | |||
650 | const auto folder = entityStore->read<Sink::ApplicationDomain::Folder>(entityId); | 650 | const auto folder = entityStore->read<Sink::ApplicationDomain::Folder>(entityId); |
651 | 651 | ||
652 | if (inspectionType == Sink::ResourceControl::Inspection::CacheIntegrityInspectionType) { | 652 | if (inspectionType == Sink::ResourceControl::Inspection::CacheIntegrityInspectionType) { |
653 | Warning() << "Inspecting cache integrity" << remoteId; | 653 | Log() << "Inspecting cache integrity" << remoteId; |
654 | 654 | ||
655 | int expectedCount = 0; | 655 | int expectedCount = 0; |
656 | Index index("mail.index.folder", transaction); | 656 | Index index("mail.index.folder", transaction); |