log: updated MAX_LOGLEVEL to use correct log level enum type

This commit is contained in:
bunnei 2014-06-01 11:49:58 -04:00
parent 5cd922d151
commit 00adbc7817
3 changed files with 5 additions and 5 deletions

View file

@ -149,7 +149,7 @@ LogContainer::LogContainer(const char* shortName, const char* fullName, bool ena
{
strncpy(m_fullName, fullName, 128);
strncpy(m_shortName, shortName, 32);
m_level = (LogTypes::LOG_LEVELS)MAX_LOGLEVEL;
m_level = LogTypes::MAX_LOGLEVEL;
}
// LogContainer