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