mirror of https://github.com/Icinga/icinga2.git
Fix log
This commit is contained in:
parent
2db7b10ff0
commit
59dfe6ad41
|
@ -122,7 +122,7 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||
|
||||
if (!checkable) {
|
||||
Log(LogCritical, "ApiListener") << "Checkable '" << params->Get("host")
|
||||
<< " " << params->Get("service") << "' not found.";
|
||||
<< "!" << params->Get("service") << "' not found.";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue