Dump config to log as string; not wstring

leave out path string conversion hack
pull/184/head
Peter Repukat 2 years ago
parent 8b65251303
commit fe2f3a54c8

@ -156,8 +156,7 @@ inline void Parse(std::wstring arg1)
json_file.close();
// c++ is stupid...
spdlog::debug(L"Read config file \"{}\"; config: {}", path.wstring(), std::filesystem::path(json.dump()).wstring());
spdlog::debug("Read config file \"{}\"; config: {}", path.string(), json.dump());
if (launch.launch) {
launch.isUWP = checkIsUwp(launch.launchPath);

Loading…
Cancel
Save