summaryrefslogtreecommitdiffstats
path: root/common/domain/event.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-30 10:32:14 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-30 10:32:14 +0100
commitbf839f1a38518fd9302f4742ddeac16e891ac408 (patch)
treeca1a81d2e61cc45813f6bb41eb5f8d51cb66c109 /common/domain/event.cpp
parent0413c13c6a9d2e3f5f5dc018f635f3043f09514b (diff)
downloadsink-bf839f1a38518fd9302f4742ddeac16e891ac408.tar.gz
sink-bf839f1a38518fd9302f4742ddeac16e891ac408.zip
Debug output
Diffstat (limited to 'common/domain/event.cpp')
-rw-r--r--common/domain/event.cpp1
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