From 43a384fa748fd18a9693ba8411d562cd8df5e0f7 Mon Sep 17 00:00:00 2001 From: Sajid Date: Tue, 28 Jan 2025 17:06:56 +0600 Subject: [PATCH] Update working directory update failure message --- UnleashedRecomp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/main.cpp b/UnleashedRecomp/main.cpp index 656a9382..a050bf79 100644 --- a/UnleashedRecomp/main.cpp +++ b/UnleashedRecomp/main.cpp @@ -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;