From e2fbc52312594a71040f4372b46c267807532c92 Mon Sep 17 00:00:00 2001 From: Mattia Codato Date: Tue, 14 Jul 2020 11:23:39 +0200 Subject: [PATCH] Fix log --- lib/icinga/clusterevents-check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/clusterevents-check.cpp b/lib/icinga/clusterevents-check.cpp index 526af8419..ad1d92967 100644 --- a/lib/icinga/clusterevents-check.cpp +++ b/lib/icinga/clusterevents-check.cpp @@ -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; }