Skip to content

Commit

Permalink
fixed: initialize log level to normal or we end up with no logging
Browse files Browse the repository at this point in the history
regression after ee17b9c
  • Loading branch information
spiff committed Oct 31, 2012
1 parent fcc1090 commit 6615f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/settings/AdvancedSettings.cpp
Expand Up @@ -316,7 +316,7 @@ void CAdvancedSettings::Initialize()
m_databaseMusic.Reset();
m_databaseVideo.Reset();

m_logLevelHint = m_logLevel = LOG_LEVEL_NONE;
m_logLevelHint = m_logLevel = LOG_LEVEL_NORMAL;
}

bool CAdvancedSettings::Load()
Expand Down

0 comments on commit 6615f66

Please sign in to comment.