mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
fd3536489b
commit
76b0c6d89d
@ -108,6 +108,7 @@ Application::~Application(void)
|
|||||||
void Application::Exit(int rc)
|
void Application::Exit(int rc)
|
||||||
{
|
{
|
||||||
std::cout.flush();
|
std::cout.flush();
|
||||||
|
std::cerr.flush();
|
||||||
|
|
||||||
BOOST_FOREACH(const Logger::Ptr& logger, Logger::GetLoggers()) {
|
BOOST_FOREACH(const Logger::Ptr& logger, Logger::GetLoggers()) {
|
||||||
logger->Flush();
|
logger->Flush();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user