summaryrefslogtreecommitdiffstats
path: root/common/typeindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r--common/typeindex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/typeindex.cpp b/common/typeindex.cpp
index 03ad8f7..e58832c 100644
--- a/common/typeindex.cpp
+++ b/common/typeindex.cpp
@@ -111,9 +111,9 @@ ResultSet TypeIndex::query(const Sink::Query &query, QSet<QByteArray> &appliedFi
111 Warning() << "Error in index: " << error.message << property; 111 Warning() << "Error in index: " << error.message << property;
112 }); 112 });
113 appliedFilters << property; 113 appliedFilters << property;
114 Trace() << "Index lookup on " << property << " found " << keys.size() << " keys.";
115 return ResultSet(keys);
114 } 116 }
115 Trace() << "Index lookup on " << property << " found " << keys.size() << " keys.";
116 return ResultSet(keys);
117 } 117 }
118 Trace() << "No matching index"; 118 Trace() << "No matching index";
119 return ResultSet(keys); 119 return ResultSet(keys);