From 4be4995e7b430226b763f06a051fd0e5cbf398ab Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 28 Feb 2017 19:01:48 +0100 Subject: Less noise --- common/queryrunner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/queryrunner.cpp b/common/queryrunner.cpp index 1b142c8..cb3687f 100644 --- a/common/queryrunner.cpp +++ b/common/queryrunner.cpp @@ -87,7 +87,7 @@ QueryRunner::QueryRunner(const Sink::Query &query, const Sink::Resou }, runAsync) .then([this, parentId, query, parent, resultProvider, guardPtr](const ReplayResult &result) { if (!guardPtr) { - qWarning() << "The parent object is already gone"; + //Not an error, the query can vanish at any time. return; } mInitialQueryComplete = true; @@ -134,7 +134,7 @@ QueryRunner::QueryRunner(const Sink::Query &query, const Sink::Resou })) .then([query, this, resultProvider, guardPtr](const ReplayResult &newRevisionAndReplayedEntities) { if (!guardPtr) { - qWarning() << "The parent object is already gone"; + //Not an error, the query can vanish at any time. return; } mQueryInProgress = false; -- cgit v1.2.3