diff options
-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 b1ff29c..3b32e68 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -420,7 +420,7 @@ KAsync::Job<void> Synchronizer::processRequest(const SyncRequest &request) | |||
420 | }) | 420 | }) |
421 | .then(replayNextRevision()) | 421 | .then(replayNextRevision()) |
422 | .then<void>([this, request](const KAsync::Error &error) { | 422 | .then<void>([this, request](const KAsync::Error &error) { |
423 | setStatusFromResult(error, "Changereplay has ended.", "changereplay"); | 423 | setStatusFromResult(error, "Changereplay has ended.", request.requestId); |
424 | if (error) { | 424 | if (error) { |
425 | SinkWarningCtx(mLogCtx) << "Changereplay failed: " << error.errorMessage; | 425 | SinkWarningCtx(mLogCtx) << "Changereplay failed: " << error.errorMessage; |
426 | return KAsync::error(error); | 426 | return KAsync::error(error); |