Fix bogus error level

This commit is contained in:
Marianne Gagnon
2014-02-25 19:14:51 -05:00
parent c4a38b413f
commit 196cbdee09

View File

@@ -76,7 +76,7 @@ void HighscoreManager::loadHighscores()
saveHighscores();
if(m_can_write)
{
Log::error("Highscore Manager", "New highscore file '%s' created.\n",
Log::info("Highscore Manager", "New highscore file '%s' created.\n",
m_filename.c_str());
}
delete root;