move to warning (#66)

This commit is contained in:
bmc-msft
2020-10-01 15:37:01 -04:00
committed by GitHub
parent 5e3c79efd2
commit 27a798febe
3 changed files with 5 additions and 5 deletions

View File

@ -181,7 +181,7 @@ class Task(BASE_TASK, ORMMixin):
else:
return pool
logging.warn(
logging.warning(
"unable to find a scaleset that matches the task prereqs: %s",
self.task_id,
)