compat log: Fix output on notifications.

This commit is contained in:
Michael Friedrich 2013-09-25 19:46:32 +02:00
parent edf9dba1ec
commit 2d49e3f8e1
1 changed files with 2 additions and 2 deletions

View File

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