diff options
Diffstat (limited to 'examples')
-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); |