From: Michael Friedrich Date: Wed, 25 Sep 2013 17:46:32 +0000 (+0200) Subject: compat log: Fix output on notifications. X-Git-Tag: v0.0.3~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d49e3f8e1d60a6ccd4dd3300916db54499e1b21;p=icinga2 compat log: Fix output on notifications. --- diff --git a/components/compat/compatlogger.cpp b/components/compat/compatlogger.cpp index 513fcdb6c..915d75ffa 100644 --- a/components/compat/compatlogger.cpp +++ b/components/compat/compatlogger.cpp @@ -317,7 +317,7 @@ void CompatLogger::NotificationSentHandler(const Service::Ptr& service, const Us << notification_type_str << " " << "(" << Service::StateToString(service->GetState()) << ");" << 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 << " " << "(" << Service::StateToString(service->GetState()) << ");" << check_command << ";" - << raw_output << author_comment + << output << author_comment << ""; {