mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-13 10:38:08 +00:00
move to warning (#66)
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user