summaryrefslogtreecommitdiffstats
path: root/common/typeindex.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-06-18 14:18:00 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-06-18 14:18:00 +0200
commit1ff4456e5dc2b9a9dfa80047f9e5a4a9e1395cdf (patch)
treed960c61571be404d18c72d6c21c4d1de5b8a1f33 /common/typeindex.cpp
parentbdf8ada25760ca9f4054d9ac719c703ce8abc300 (diff)
downloadsink-1ff4456e5dc2b9a9dfa80047f9e5a4a9e1395cdf.tar.gz
sink-1ff4456e5dc2b9a9dfa80047f9e5a4a9e1395cdf.zip
Debug output
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r--common/typeindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/typeindex.cpp b/common/typeindex.cpp
index a111134..41821cb 100644
--- a/common/typeindex.cpp
+++ b/common/typeindex.cpp
@@ -380,7 +380,7 @@ QVector<QByteArray> TypeIndex::lookup(const QByteArray &property, const QVariant
380 const auto lookupKey = getByteArray(value); 380 const auto lookupKey = getByteArray(value);
381 index.lookup( 381 index.lookup(
382 lookupKey, [&](const QByteArray &value) { secondaryKeys << value; }, [property](const Index::Error &error) { SinkWarning() << "Error in index: " << error.message << property; }); 382 lookupKey, [&](const QByteArray &value) { secondaryKeys << value; }, [property](const Index::Error &error) { SinkWarning() << "Error in index: " << error.message << property; });
383 SinkTraceCtx(mLogCtx) << "Looked up secondary keys: " << secondaryKeys; 383 SinkTraceCtx(mLogCtx) << "Looked up secondary keys for the following lookup key: " << lookupKey << " => " << secondaryKeys;
384 for (const auto &secondary : secondaryKeys) { 384 for (const auto &secondary : secondaryKeys) {
385 keys += lookup(resultProperty, secondary, transaction); 385 keys += lookup(resultProperty, secondary, transaction);
386 } 386 }