]> granicus.if.org Git - icinga2/commitdiff
Changed shutdown message.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 24 Sep 2012 06:29:39 +0000 (08:29 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 24 Sep 2012 06:36:39 +0000 (08:36 +0200)
Fixes #3160

lib/icinga/icingaapplication.cpp

index 4b83891c0091994d2d8e5ffc9ea022621c84048e..f8969fa1a437ad35223dc5d98984df7d2fa17266 100644 (file)
@@ -155,7 +155,7 @@ int IcingaApplication::Main(const vector<String>& args)
 
        DumpProgramState();
 
-       Logger::Write(LogInformation, "icinga", "Icinga shutting down.");
+       Logger::Write(LogInformation, "icinga", "Icinga has shut down.");
 
        return EXIT_SUCCESS;
 }