projects
/
icinga2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fab9d7e
)
Fix incorrect log message
author
Gunnar Beutner
<gunnar.beutner@netways.de>
Mon, 13 Oct 2014 12:00:28 +0000
(14:00 +0200)
committer
Gunnar Beutner
<gunnar.beutner@netways.de>
Mon, 13 Oct 2014 12:00:28 +0000
(14:00 +0200)
icinga-app/icinga.cpp
patch
|
blob
|
history
diff --git
a/icinga-app/icinga.cpp
b/icinga-app/icinga.cpp
index fe94f47fbcd5e34b1a9ed501ae22cbc90b265705..fb92037c773b87386e62859895085764e3285c86 100644
(file)
--- a/
icinga-app/icinga.cpp
+++ b/
icinga-app/icinga.cpp
@@
-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;
}