From ec79366d96f7376b758fb41a50d3096518be4333 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 14 Mar 2017 11:40:23 +0100 Subject: An error should not stop the synchronizer from processing. --- common/synchronizer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'common/synchronizer.cpp') 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 Synchronizer::processSyncQueue() } if (error) { SinkWarningCtx(mLogCtx) << "Error during sync: " << error.errorMessage; - return KAsync::error(error); } //In case we got more requests meanwhile. return processSyncQueue(); -- cgit v1.2.3