diff options
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()); |