mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Adding the job name the log message so we know what job was skipped.
This commit is contained in:
parent
afbb0736fc
commit
16c69592bd
@ -607,7 +607,8 @@ class Schedule(object):
|
||||
until = int(time.mktime(until__.timetuple()))
|
||||
|
||||
if until <= now:
|
||||
log.debug('Until time has passed skipping job.')
|
||||
log.debug('Until time has passed '
|
||||
'skipping job: {0}.'.format(data['name']))
|
||||
continue
|
||||
|
||||
for item in ['seconds', 'minutes', 'hours', 'days']:
|
||||
|
Loading…
Reference in New Issue
Block a user