diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-14 11:40:23 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-14 11:40:23 +0100 |
commit | ec79366d96f7376b758fb41a50d3096518be4333 (patch) | |
tree | 3583ee19ea37731bc9265284b1776921c885daea /common/synchronizer.cpp | |
parent | 1ba64b07d764ad59a0267df4e4cfd880f4fa29b3 (diff) | |
download | sink-ec79366d96f7376b758fb41a50d3096518be4333.tar.gz sink-ec79366d96f7376b758fb41a50d3096518be4333.zip |
An error should not stop the synchronizer from processing.
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r-- | common/synchronizer.cpp | 1 |
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(); |