[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sink/develop] common: Less noise
From:       Christian Mollekopf <null () kde ! org>
Date:       2017-03-01 0:05:14
Message-ID: E1cirla-0006pa-BL () code ! kde ! org
[Download RAW message or body]

Git commit 4be4995e7b430226b763f06a051fd0e5cbf398ab by Christian Mollekopf.
Committed on 28/02/2017 at 18:01.
Pushed by cmollekopf into branch 'develop'.

Less noise

M  +2    -2    common/queryrunner.cpp

https://commits.kde.org/sink/4be4995e7b430226b763f06a051fd0e5cbf398ab

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<DomainType>::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<DomainType>::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;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic