mirror of https://github.com/Icinga/icinga2.git
parent
d5d89b7f39
commit
f21b60e390
|
@ -41,6 +41,8 @@ void StreamLogger::FlushLogTimerHandler()
|
|||
|
||||
void StreamLogger::Flush()
|
||||
{
|
||||
ObjectLock oLock (this);
|
||||
|
||||
if (m_Stream)
|
||||
m_Stream->flush();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue