mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
Add log message after main loop.
This commit is contained in:
parent
97a8869df1
commit
d79c3270df
@ -225,6 +225,8 @@ int IcingaApplication::Main(const vector<string>& args)
|
|||||||
|
|
||||||
RunEventLoop();
|
RunEventLoop();
|
||||||
|
|
||||||
|
Logger::Write(LogInformation, "icinga", "Icinga shutting down.");
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user