mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 09:04:35 +02:00
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…
x
Reference in New Issue
Block a user