Skip to content

Commit

Permalink
KDESKTOP-772 - remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementKunz committed Apr 23, 2024
1 parent 0dd4cd9 commit 9b0de07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyncengine/syncpal/isyncworker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void ISyncWorker::setDone(ExitCode code) {
LOG_SYNCPAL_DEBUG(_logger, "Worker " << _name.c_str() << " has finished with code=" << code << " and cause=" << _exitCause);

if (code != ExitCodeOk) {
_syncPal->addError(Error(_syncPal->syncDbId(), _shortName, code, _exitCause)); // TODO : we should not have syncpal as attribute just to add an error. The caller should add the error.
_syncPal->addError(Error(_syncPal->syncDbId(), _shortName, code, _exitCause));
}

_isRunning = false;
Expand Down

0 comments on commit 9b0de07

Please sign in to comment.