summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r--common/synchronizer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp
index 8c0d31d..e722f57 100644
--- a/common/synchronizer.cpp
+++ b/common/synchronizer.cpp
@@ -411,7 +411,6 @@ KAsync::Job<void> Synchronizer::processSyncQueue()
411 } 411 }
412 if (error) { 412 if (error) {
413 SinkWarningCtx(mLogCtx) << "Error during sync: " << error.errorMessage; 413 SinkWarningCtx(mLogCtx) << "Error during sync: " << error.errorMessage;
414 return KAsync::error(error);
415 } 414 }
416 //In case we got more requests meanwhile. 415 //In case we got more requests meanwhile.
417 return processSyncQueue(); 416 return processSyncQueue();