diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-26 22:38:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-26 22:38:42 +0200 |
commit | b6593d8f8985018e492346d30c960a03ae41aec7 (patch) | |
tree | 3583f2e29243077008ce7663c1a9ba5399b93d1e /common/store.cpp | |
parent | 5e13772bfdf7bf083b1a2faed5aba8c9724664bd (diff) | |
download | sink-b6593d8f8985018e492346d30c960a03ae41aec7.tar.gz sink-b6593d8f8985018e492346d30c960a03ae41aec7.zip |
Fixed notification quering
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 264f2e3..8c0a985 100644 --- a/common/store.cpp +++ b/common/store.cpp | |||
@@ -279,7 +279,7 @@ KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier) | |||
279 | 279 | ||
280 | static KAsync::Job<void> synchronize(const QByteArray &resource, const Sink::SyncScope &scope) | 280 | static KAsync::Job<void> synchronize(const QByteArray &resource, const Sink::SyncScope &scope) |
281 | { | 281 | { |
282 | SinkLog() << "Synchronizing " << resource; | 282 | SinkLog() << "Synchronizing " << resource << scope; |
283 | auto resourceAccess = ResourceAccessFactory::instance().getAccess(resource, ResourceConfig::getResourceType(resource)); | 283 | auto resourceAccess = ResourceAccessFactory::instance().getAccess(resource, ResourceConfig::getResourceType(resource)); |
284 | return resourceAccess->synchronizeResource(scope) | 284 | return resourceAccess->synchronizeResource(scope) |
285 | .addToContext(resourceAccess) | 285 | .addToContext(resourceAccess) |