diff --git a/src/libcalamares/utils/CalamaresUtilsSystem.cpp b/src/libcalamares/utils/CalamaresUtilsSystem.cpp index 8be7a16f9..dad6e5b12 100644 --- a/src/libcalamares/utils/CalamaresUtilsSystem.cpp +++ b/src/libcalamares/utils/CalamaresUtilsSystem.cpp @@ -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; }