1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-07 20:25:08 +02:00

Fixed ExternalCommand::ScheduleHostSvcChecks().

This commit is contained in:
Gunnar Beutner 2013-01-23 16:07:55 +01:00
parent fae0cf8b0d
commit 495caa664a

@ -206,8 +206,8 @@ void ExternalCommand::ScheduleHostSvcChecks(double time, const vector<String>& a
if (planned_check > service->GetNextCheck()) {
Logger::Write(LogInformation, "icinga", "Ignoring reschedule request for service '" +
arguments[1] + "' (next check is already sooner than requested check time)");
return;
service->GetName() + "' (next check is already sooner than requested check time)");
continue;
}
Logger::Write(LogInformation, "icinga", "Rescheduling next check for service '" + service->GetName() + "'");