mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue