mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:29:55 +00:00
Restore logging of openmw.cfg paths in launcher
Removed here https://gitlab.com/OpenMW/openmw/-/merge_requests/2650/diffs#be09c16519a3f26f4306b920c50e0e4215dffaee_329_328
This commit is contained in:
parent
0371791cce
commit
0e2f28156d
1 changed files with 1 additions and 0 deletions
|
@ -351,6 +351,7 @@ bool Launcher::MainDialog::setupGameSettings()
|
|||
|
||||
for (const auto& path : Files::getActiveConfigPathsQString(mCfgMgr))
|
||||
{
|
||||
Log(Debug::Verbose) << "Loading config file: " << path.toUtf8().constData();
|
||||
if (!loadFile(path, &Config::GameSettings::readFile))
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue