[libcalamares] Explain process failure in debug log a bit better
This commit is contained in:
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…
Reference in New Issue
Block a user