From 2d49e3f8e1d60a6ccd4dd3300916db54499e1b21 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 25 Sep 2013 19:46:32 +0200 Subject: [PATCH] compat log: Fix output on notifications. --- components/compat/compatlogger.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 << ""; {