This commit is contained in:
Johannes Findeisen 2013-05-27 18:56:39 +02:00
commit c9c3815f64

View file

@ -64,7 +64,7 @@ def main():
for hostGroupService in hg.services:
log.d(hostGroupService)
jobInfo=JobInfo(hg.name, hg.members, hg.hosts, hostGroupService.service, hg.threshold, hg.parent)
jobInfo = JobInfo(hg.name, hg.members, hg.hosts, hostGroupService.service, hg.threshold, hg.parent)
jobInfo.setLogger(log)
for period in hostGroupService.periods:
log.d(period)