mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[util] Add log message when loading a configuration file
This commit is contained in:
parent
747264213c
commit
55632c6b61
@ -189,6 +189,10 @@ namespace dxvk {
|
|||||||
|
|
||||||
if (!stream)
|
if (!stream)
|
||||||
return config;
|
return config;
|
||||||
|
|
||||||
|
// Inform the user that we loaded a file, might
|
||||||
|
// help when debugging configuration issues
|
||||||
|
Logger::info(str::format("Found config file: ", filePath));
|
||||||
|
|
||||||
// Parse the file line by line
|
// Parse the file line by line
|
||||||
std::string line;
|
std::string line;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user