mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +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();
|
||||
|
||||
Logger::Write(LogInformation, "icinga", "Icinga shutting down.");
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user