From: Michael Friedrich Date: Mon, 1 Jul 2013 15:56:05 +0000 (+0200) Subject: fix typo X-Git-Tag: v0.0.2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9c4e7f931bfdb9f3fd9510ffa54afa108ca5893;p=icinga2 fix typo --- diff --git a/lib/icinga/service-check.cpp b/lib/icinga/service-check.cpp index 5badf7521..a9701ffde 100644 --- a/lib/icinga/service-check.cpp +++ b/lib/icinga/service-check.cpp @@ -461,12 +461,11 @@ void Service::ProcessCheckResult(const Dictionary::Ptr& cr) olock.Unlock(); - Log(LogDebug, "icinga", "Flapping: Service " + - GetName() + " was: " + - Convert::ToString(was_flapping) + " is: " + - Convert::ToString(was_flapping) + " threshold: " + - Convert::ToString(GetFlappingThreshold()) + "% current: " + - Convert::ToString(GetFlappingCurrent()) + "%."); + Log(LogDebug, "icinga", "Flapping: Service " + GetName() + + " was: " + Convert::ToString(was_flapping) + + " is: " + Convert::ToString(is_flapping) + + " threshold: " + Convert::ToString(GetFlappingThreshold()) + + "% current: " + Convert::ToString(GetFlappingCurrent()) + "%."); /* Flush the object so other instances see the service's * new state when they receive the CheckResult message */