From f0643eda63affab7298720c729cac1b1925bda3a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 9 Feb 2017 15:18:32 +0100 Subject: Debugoutput --- common/queryrunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/queryrunner.cpp') diff --git a/common/queryrunner.cpp b/common/queryrunner.cpp index 4af9866..748320f 100644 --- a/common/queryrunner.cpp +++ b/common/queryrunner.cpp @@ -66,7 +66,7 @@ QueryRunner::QueryRunner(const Sink::Query &query, const Sink::Resou { SinkTraceCtx(mLogCtx) << "Starting query. Is live:" << query.liveQuery() << " Limit: " << query.limit(); if (query.limit() && query.sortProperty().isEmpty()) { - SinkWarning() << "A limited query without sorting is typically a bad idea, because there is no telling what you're going to get."; + SinkWarningCtx(mLogCtx) << "A limited query without sorting is typically a bad idea, because there is no telling what you're going to get."; } auto guardPtr = QPointer(&guard); // We delegate loading of initial data to the result provider, so it can decide for itself what it needs to load. -- cgit v1.2.3