From 1ff4456e5dc2b9a9dfa80047f9e5a4a9e1395cdf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 18 Jun 2018 14:18:00 +0200 Subject: Debug output --- common/typeindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/typeindex.cpp') 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 TypeIndex::lookup(const QByteArray &property, const QVariant const auto lookupKey = getByteArray(value); index.lookup( lookupKey, [&](const QByteArray &value) { secondaryKeys << value; }, [property](const Index::Error &error) { SinkWarning() << "Error in index: " << error.message << property; }); - SinkTraceCtx(mLogCtx) << "Looked up secondary keys: " << secondaryKeys; + SinkTraceCtx(mLogCtx) << "Looked up secondary keys for the following lookup key: " << lookupKey << " => " << secondaryKeys; for (const auto &secondary : secondaryKeys) { keys += lookup(resultProperty, secondary, transaction); } -- cgit v1.2.3