mirror of https://github.com/Icinga/icinga2.git
fix typo
This commit is contained in:
parent
ce9c390ed9
commit
b9c4e7f931
|
@ -461,12 +461,11 @@ void Service::ProcessCheckResult(const Dictionary::Ptr& cr)
|
||||||
|
|
||||||
olock.Unlock();
|
olock.Unlock();
|
||||||
|
|
||||||
Log(LogDebug, "icinga", "Flapping: Service " +
|
Log(LogDebug, "icinga", "Flapping: Service " + GetName() +
|
||||||
GetName() + " was: " +
|
" was: " + Convert::ToString(was_flapping) +
|
||||||
Convert::ToString(was_flapping) + " is: " +
|
" is: " + Convert::ToString(is_flapping) +
|
||||||
Convert::ToString(was_flapping) + " threshold: " +
|
" threshold: " + Convert::ToString(GetFlappingThreshold()) +
|
||||||
Convert::ToString(GetFlappingThreshold()) + "% current: " +
|
"% current: " + Convert::ToString(GetFlappingCurrent()) + "%.");
|
||||||
Convert::ToString(GetFlappingCurrent()) + "%.");
|
|
||||||
|
|
||||||
/* Flush the object so other instances see the service's
|
/* Flush the object so other instances see the service's
|
||||||
* new state when they receive the CheckResult message */
|
* new state when they receive the CheckResult message */
|
||||||
|
|
Loading…
Reference in New Issue