diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-09 15:18:32 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-02-13 19:42:38 +0100 |
commit | f0643eda63affab7298720c729cac1b1925bda3a (patch) | |
tree | 2d385931b1e6b53309307270c1852360959bfd78 /common/store.cpp | |
parent | a372d9cc6c950beb401aef9005f97faeaf95b804 (diff) | |
download | sink-f0643eda63affab7298720c729cac1b1925bda3a.tar.gz sink-f0643eda63affab7298720c729cac1b1925bda3a.zip |
Debugoutput
Diffstat (limited to 'common/store.cpp')
-rw-r--r-- | common/store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/store.cpp b/common/store.cpp index b4ef2b7..6dd4fb3 100644 --- a/common/store.cpp +++ b/common/store.cpp | |||
@@ -93,7 +93,7 @@ QPair<typename AggregatingResultEmitter<typename DomainType::Ptr>::Ptr, typenam | |||
93 | Q_ASSERT(facade); | 93 | Q_ASSERT(facade); |
94 | Sink::Query resourceQuery; | 94 | Sink::Query resourceQuery; |
95 | if (query.liveQuery()) { | 95 | if (query.liveQuery()) { |
96 | SinkTraceCtx(ctx) << "Listening for new resources"; | 96 | SinkTraceCtx(ctx) << "Listening for new resources."; |
97 | resourceQuery.setFlags(Query::LiveQuery); | 97 | resourceQuery.setFlags(Query::LiveQuery); |
98 | } | 98 | } |
99 | resourceQuery.setFilter(query.getResourceFilter()); | 99 | resourceQuery.setFilter(query.getResourceFilter()); |