[libcalamares] Explain process failure in debug log a bit better

main
Adriaan de Groot 4 years ago
parent 9c457f9449
commit 2f83d85e29

@ -127,7 +127,7 @@ System::runCommand( System::RunLocation location,
if ( ( location == System::RunLocation::RunInTarget ) && ( !gs || !gs->contains( "rootMountPoint" ) ) )
{
cWarning() << "No rootMountPoint in global storage";
cWarning() << "No rootMountPoint in global storage, while RunInTarget is specified";
return ProcessResult::Code::NoWorkingDirectory;
}

Loading…
Cancel
Save