mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-21 16:57:58 +02:00
Fix log
This commit is contained in:
parent
d7ee13b03e
commit
e2fbc52312
@ -122,7 +122,7 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||||||
|
|
||||||
if (!checkable) {
|
if (!checkable) {
|
||||||
Log(LogCritical, "ApiListener") << "Checkable '" << params->Get("host")
|
Log(LogCritical, "ApiListener") << "Checkable '" << params->Get("host")
|
||||||
<< " " << params->Get("service") << "' not found.";
|
<< "!" << params->Get("service") << "' not found.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user