mirror of https://github.com/Icinga/icinga2.git
compat log: Fix output on notifications.
This commit is contained in:
parent
edf9dba1ec
commit
2d49e3f8e1
|
@ -317,7 +317,7 @@ void CompatLogger::NotificationSentHandler(const Service::Ptr& service, const Us
|
||||||
<< notification_type_str << " "
|
<< notification_type_str << " "
|
||||||
<< "(" << Service::StateToString(service->GetState()) << ");"
|
<< "(" << Service::StateToString(service->GetState()) << ");"
|
||||||
<< check_command << ";"
|
<< check_command << ";"
|
||||||
<< raw_output << author_comment
|
<< output << author_comment
|
||||||
<< "";
|
<< "";
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -333,7 +333,7 @@ void CompatLogger::NotificationSentHandler(const Service::Ptr& service, const Us
|
||||||
<< notification_type_str << " "
|
<< notification_type_str << " "
|
||||||
<< "(" << Service::StateToString(service->GetState()) << ");"
|
<< "(" << Service::StateToString(service->GetState()) << ");"
|
||||||
<< check_command << ";"
|
<< check_command << ";"
|
||||||
<< raw_output << author_comment
|
<< output << author_comment
|
||||||
<< "";
|
<< "";
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue