Add log message after main loop.

This commit is contained in:
Gunnar Beutner 2012-07-24 15:38:19 +02:00
parent 97a8869df1
commit d79c3270df
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ int IcingaApplication::Main(const vector<string>& args)
RunEventLoop();
Logger::Write(LogInformation, "icinga", "Icinga shutting down.");
return EXIT_SUCCESS;
}