mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Changed logging from Warning to Info when missing the es_systems.cfg file.
This commit is contained in:
parent
b361da6e1e
commit
9f04f1419c
|
@ -231,7 +231,7 @@ bool SystemData::loadConfig()
|
|||
const std::string rompath = FileData::getROMDirectory();
|
||||
|
||||
if (!Utils::FileSystem::exists(path)) {
|
||||
LOG(LogWarning) << "Systems configuration file does not exist";
|
||||
LOG(LogInfo) << "Systems configuration file does not exist";
|
||||
if (copyConfigTemplate(getConfigPath(true)))
|
||||
return false;
|
||||
path = getConfigPath(false);
|
||||
|
|
Loading…
Reference in a new issue