Update working directory update failure message

This commit is contained in:
Sajid 2025-01-28 17:06:56 +06:00
parent 7d4ae6e28b
commit 43a384fa74

View file

@ -157,7 +157,7 @@ int main(int argc, char *argv[])
if (!Registry::RootDirectoryPath.empty())
{
if (!os::process::SetWorkingDirectory(std::filesystem::path(Registry::RootDirectoryPath)))
LOGFN_ERROR("Failed to set working directory: \"{}\"", Registry::RootDirectoryPath.string());
LOGFN_ERROR("Failed to set working directory from registry");
}
bool forceInstaller = false;