mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 14:14:45 +02:00
Fix incorrect assignment in Logger::EnableConsoleLog
This commit is contained in:
parent
d913089a14
commit
1e9e5edcff
@ -191,7 +191,7 @@ void Logger::DisableConsoleLog(void)
|
||||
|
||||
void Logger::EnableConsoleLog(void)
|
||||
{
|
||||
m_ConsoleLogEnabled = false;
|
||||
m_ConsoleLogEnabled = true;
|
||||
}
|
||||
|
||||
bool Logger::IsConsoleLogEnabled(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user