mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
a14928ec10
commit
e692ca16cd
@ -61,8 +61,12 @@ void Logger::Start(void)
|
||||
|
||||
void Logger::Stop(void)
|
||||
{
|
||||
boost::mutex::scoped_lock lock(m_Mutex);
|
||||
m_Loggers.erase(this);
|
||||
{
|
||||
boost::mutex::scoped_lock lock(m_Mutex);
|
||||
m_Loggers.erase(this);
|
||||
}
|
||||
|
||||
DynamicObject::Stop();
|
||||
}
|
||||
|
||||
std::set<Logger::Ptr> Logger::GetLoggers(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user