This commit is contained in:
Mattia Codato 2020-07-14 11:23:39 +02:00
parent 2db7b10ff0
commit 59dfe6ad41
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}