mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-18 14:42:27 +00:00
Config paths to info log, not verbose
This commit is contained in:
parent
59334f694d
commit
a98a824f80
@ -292,7 +292,7 @@ bool Launcher::MainDialog::setupLauncherSettings()
|
|||||||
if (!QFile::exists(path))
|
if (!QFile::exists(path))
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
Log(Debug::Verbose) << "Loading config file: " << path.toUtf8().constData();
|
Log(Debug::Info) << "Loading config file: " << path.toUtf8().constData();
|
||||||
|
|
||||||
QFile file(path);
|
QFile file(path);
|
||||||
if (!file.open(QIODevice::ReadOnly | QIODevice::Text))
|
if (!file.open(QIODevice::ReadOnly | QIODevice::Text))
|
||||||
@ -351,7 +351,7 @@ bool Launcher::MainDialog::setupGameSettings()
|
|||||||
|
|
||||||
for (const auto& path : Files::getActiveConfigPathsQString(mCfgMgr))
|
for (const auto& path : Files::getActiveConfigPathsQString(mCfgMgr))
|
||||||
{
|
{
|
||||||
Log(Debug::Verbose) << "Loading config file: " << path.toUtf8().constData();
|
Log(Debug::Info) << "Loading config file: " << path.toUtf8().constData();
|
||||||
if (!loadFile(path, &Config::GameSettings::readFile))
|
if (!loadFile(path, &Config::GameSettings::readFile))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user