mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Fix incorrect ::Start call
This commit is contained in:
parent
cd33b8b508
commit
6a1ac6a902
@ -46,11 +46,11 @@ void FileLogger::StatsFunc(const Dictionary::Ptr& status, const Array::Ptr&)
|
||||
*/
|
||||
void FileLogger::Start(bool runtimeCreated)
|
||||
{
|
||||
ObjectImpl<FileLogger>::Start(runtimeCreated);
|
||||
|
||||
ReopenLogFile();
|
||||
|
||||
Application::OnReopenLogs.connect(std::bind(&FileLogger::ReopenLogFile, this));
|
||||
|
||||
ObjectImpl<FileLogger>::Start(runtimeCreated);
|
||||
}
|
||||
|
||||
void FileLogger::ReopenLogFile(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user