summaryrefslogtreecommitdiffstats
path: root/common/domain/event.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/event.cpp')
-rw-r--r--common/domain/event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/event.cpp b/common/domain/event.cpp
index 08ce698..d86ac16 100644
--- a/common/domain/event.cpp
+++ b/common/domain/event.cpp
@@ -41,7 +41,7 @@ ResultSet TypeImplementation<Event>::queryIndexes(const Akonadi2::Query &query,
41 keys << value; 41 keys << value;
42 }, 42 },
43 [](const Index::Error &error) { 43 [](const Index::Error &error) {
44 Warning() << "Error in index: " << error.message; 44 Warning() << "Error in uid index: " << error.message;
45 }); 45 });
46 appliedFilters << "uid"; 46 appliedFilters << "uid";
47 } 47 }