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 << ""; {