Fix error handling when makechrootpkg can not be invoked

This commit is contained in:
Martchus 2021-05-16 13:49:57 +02:00
parent b9c7f05ef1
commit efbcef5e6e
1 changed files with 0 additions and 1 deletions

View File

@ -1324,7 +1324,6 @@ void ConductBuild::handleMakechrootpkgErrorsAndAddPackageToRepo(const BatchProce
dumpBuildProgress();
lock.unlock();
m_buildAction->log()(Phrases::ErrorMessage, "Unable to invoke makechrootpkg for ", packageName, ": ", errorMessage, '\n');
return;
}
if (child.exit_code() != 0) {
packageProgress.error = argsToString("unable to build: makechrootpkg returned with exit code ", child.exit_code());