Still use "info", but the format still needs to be swapped.

This commit is contained in:
Thayne Harbaugh 2014-05-21 16:44:04 -06:00
parent d7cb9b7c55
commit 0068867530

View File

@ -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
)