]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect log message
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 13 Oct 2014 12:00:28 +0000 (14:00 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 13 Oct 2014 12:00:28 +0000 (14:00 +0200)
icinga-app/icinga.cpp

index fe94f47fbcd5e34b1a9ed501ae22cbc90b265705..fb92037c773b87386e62859895085764e3285c86 100644 (file)
@@ -153,7 +153,7 @@ int Main(void)
        } catch (const std::exception& ex) {
                std::ostringstream msgbuf;
                msgbuf << "Error while parsing command-line options: " << ex.what();
-               Log(LogCritical, "cli_daemon", msgbuf.str());
+               Log(LogCritical, "icinga-app", msgbuf.str());
                return EXIT_FAILURE;
        }