summaryrefslogtreecommitdiffstats
path: root/common/domain/event.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-21 18:10:32 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-07-23 17:37:53 +0200
commit4f18f360f8980adcb98d93fd95e94f0e95725070 (patch)
tree48d40bc7c22d4f071180513fdef932f7633f3df4 /common/domain/event.cpp
parent5b64da01a381aca6890490fc92ef704f4342eb7e (diff)
downloadsink-4f18f360f8980adcb98d93fd95e94f0e95725070.tar.gz
sink-4f18f360f8980adcb98d93fd95e94f0e95725070.zip
Debuginfo
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 }