Readded the "Loading settings from" log at the INFO log level.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4772 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
492e44dcb1
commit
e55c3793b6
|
@ -144,6 +144,7 @@ void SConfig::SaveSettings()
|
||||||
|
|
||||||
void SConfig::LoadSettings()
|
void SConfig::LoadSettings()
|
||||||
{
|
{
|
||||||
|
INFO_LOG(BOOT, "Loading Settings from %s", CONFIG_FILE);
|
||||||
IniFile ini;
|
IniFile ini;
|
||||||
#if defined(__APPLE__)
|
#if defined(__APPLE__)
|
||||||
ini.Load(File::GetConfigDirectory());
|
ini.Load(File::GetConfigDirectory());
|
||||||
|
|
Loading…
Reference in New Issue