]> granicus.if.org Git - icinga2/commitdiff
Fixed log message.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Jul 2012 14:45:12 +0000 (16:45 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Jul 2012 14:45:12 +0000 (16:45 +0200)
icinga/icingaapplication.cpp

index 356018eeceb61d44fac4cda2bc374cb0ffd15135..b96b50d22b6b149d4da7ff6b3f787c9309b7818e 100644 (file)
@@ -167,7 +167,7 @@ int IcingaApplication::Main(const vector<string>& args)
        /* load config file */
        vector<ConfigItem::Ptr> configItems = ConfigCompiler::CompileFile(configFile);
 
-       Logger::Write(LogInformation, "configfile", "Executing config items...");
+       Logger::Write(LogInformation, "icinga", "Executing config items...");
 
        BOOST_FOREACH(const ConfigItem::Ptr& item, configItems) {
                item->Commit();