mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
parent
b0cdad05c4
commit
705ab87b60
@ -76,9 +76,9 @@ void CheckerComponent::Stop(bool runtimeRemoved)
|
|||||||
|
|
||||||
double wait = 0.0;
|
double wait = 0.0;
|
||||||
|
|
||||||
while (GetPendingCheckables() > 0) {
|
while (Checkable::GetPendingChecks() > 0) {
|
||||||
Log(LogDebug, "CheckerComponent")
|
Log(LogDebug, "CheckerComponent")
|
||||||
<< "Waiting for running checks (" << GetPendingCheckables()
|
<< "Waiting for running checks (" << Checkable::GetPendingChecks()
|
||||||
<< ") to finish. Waited for " << wait << " seconds now.";
|
<< ") to finish. Waited for " << wait << " seconds now.";
|
||||||
|
|
||||||
Utility::Sleep(0.1);
|
Utility::Sleep(0.1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user