diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-07 17:58:48 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-07 17:58:48 +0100 |
commit | 3aab8be81f96e8a32a1edc09b836e6c0264d39e7 (patch) | |
tree | 0acef21cde8c913ed2a1bd8a1cb9cf41dc372a57 /common/synchronizer.cpp | |
parent | 35a3afc591c85999de856c21dbb493e341951d91 (diff) | |
download | sink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.tar.gz sink-3aab8be81f96e8a32a1edc09b836e6c0264d39e7.zip |
Debug output
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r-- | common/synchronizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index df36ef0..a4e64c9 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -293,7 +293,7 @@ KAsync::Job<void> Synchronizer::processSyncQueue() | |||
293 | n.message = "Synchronization has started."; | 293 | n.message = "Synchronization has started."; |
294 | n.code = ApplicationDomain::BusyStatus; | 294 | n.code = ApplicationDomain::BusyStatus; |
295 | emit notify(n); | 295 | emit notify(n); |
296 | SinkLogCtx(mLogCtx) << "Synchronizing " << request.query.type(); | 296 | SinkLogCtx(mLogCtx) << "Synchronizing " << request.query; |
297 | }).then(synchronizeWithSource(request.query)).syncThen<void>([this] { | 297 | }).then(synchronizeWithSource(request.query)).syncThen<void>([this] { |
298 | //Commit after every request, so implementations only have to commit more if they add a lot of data. | 298 | //Commit after every request, so implementations only have to commit more if they add a lot of data. |
299 | commit(); | 299 | commit(); |