From bf839f1a38518fd9302f4742ddeac16e891ac408 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 30 Nov 2015 10:32:14 +0100 Subject: Debug output --- common/domain/event.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain') 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::queryIndexes(const Akonadi2::Query &query, }); appliedFilters << "uid"; } + Trace() << "Index lookup found " << keys.size() << " keys."; return ResultSet(keys); } -- cgit v1.2.3