log: updated MAX_LOGLEVEL to use correct log level enum type
This commit is contained in:
parent
5cd922d151
commit
00adbc7817
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue