mirror of https://github.com/Icinga/icinga2.git
Remove extra char
This commit is contained in:
parent
c6d4a9ac47
commit
acc986afd0
|
@ -110,7 +110,7 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||
|
||||
/* Check deadline */
|
||||
double deadline = params->Get("deadline");
|
||||
if (Utility::GetTime() > deadline) {\
|
||||
if (Utility::GetTime() > deadline) {
|
||||
Log(LogNotice, "ApiListener")
|
||||
<< "Discarding 'ExecuteCheckFromQueue' event for checkable '" << checkableName
|
||||
<< "' from '" << origin->FromClient->GetIdentity() << "': Deadline has expired.";
|
||||
|
|
Loading…
Reference in New Issue