Fixed log level in 8d30791595

dev-ui
krzys-h 2014-01-01 16:46:28 +01:00
parent 90437d1765
commit 130c4fd941
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ bool CApplication::Create()
Language language;
if (ParseLanguage(path, language)) {
m_language = language;
GetLogger()->Error("Setting language '%s' from ini file\n", path.c_str());
GetLogger()->Info("Setting language '%s' from ini file\n", path.c_str());
} else {
GetLogger()->Error("Invalid language '%s' in ini file\n", path.c_str());
}