diff options
Diffstat (limited to 'common/queryrunner.cpp')
-rw-r--r-- | common/queryrunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/queryrunner.cpp b/common/queryrunner.cpp index 9f6d23f..b3c9f07 100644 --- a/common/queryrunner.cpp +++ b/common/queryrunner.cpp | |||
@@ -226,7 +226,7 @@ std::function<bool(const Akonadi2::ApplicationDomain::ApplicationDomainType::Ptr | |||
226 | if (property.isValid()) { | 226 | if (property.isValid()) { |
227 | //TODO implement other comparison operators than equality | 227 | //TODO implement other comparison operators than equality |
228 | if (property != query.propertyFilter.value(filterProperty)) { | 228 | if (property != query.propertyFilter.value(filterProperty)) { |
229 | Trace() << "Filtering entity due to property mismatch: " << domainObject->getProperty(filterProperty); | 229 | Trace() << "Filtering entity due to property mismatch on filter: " << filterProperty << property << ":" << query.propertyFilter.value(filterProperty); |
230 | return false; | 230 | return false; |
231 | } | 231 | } |
232 | } else { | 232 | } else { |