From 83eb22fded7a475e5640ff415f9de360880a567c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 20 May 2017 16:56:18 +0200 Subject: no need to hardcode this --- common/synchronizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Synchronizer::processRequest(const SyncRequest &request) }) .then(replayNextRevision()) .then([this, request](const KAsync::Error &error) { - setStatusFromResult(error, "Changereplay has ended.", "changereplay"); + setStatusFromResult(error, "Changereplay has ended.", request.requestId); if (error) { SinkWarningCtx(mLogCtx) << "Changereplay failed: " << error.errorMessage; return KAsync::error(error); -- cgit v1.2.3