mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Still use "info", but the format still needs to be swapped.
This commit is contained in:
parent
d7cb9b7c55
commit
0068867530
@ -305,7 +305,7 @@ class Schedule(object):
|
||||
else:
|
||||
func = None
|
||||
if func not in self.functions:
|
||||
log.warn(
|
||||
log.info(
|
||||
'Invalid function: {0} in job {1}. Ignoring.'.format(
|
||||
func, job
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user