diff options
Diffstat (limited to 'common/typeindex.cpp')
-rw-r--r-- | common/typeindex.cpp | 2 |
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 | } |