diff options
Diffstat (limited to 'common/domain/event.cpp')
-rw-r--r-- | common/domain/event.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/event.cpp b/common/domain/event.cpp index 87e13bc..42c13e2 100644 --- a/common/domain/event.cpp +++ b/common/domain/event.cpp | |||
@@ -47,6 +47,7 @@ ResultSet TypeImplementation<Event>::queryIndexes(const Akonadi2::Query &query, | |||
47 | }); | 47 | }); |
48 | appliedFilters << "uid"; | 48 | appliedFilters << "uid"; |
49 | } | 49 | } |
50 | Trace() << "Index lookup found " << keys.size() << " keys."; | ||
50 | return ResultSet(keys); | 51 | return ResultSet(keys); |
51 | } | 52 | } |
52 | 53 | ||