Remove last usages of deprecated logging.warn method (#6314)

This commit is contained in:
Andrew Morgan 2019-11-01 12:03:44 +00:00 committed by GitHub
parent befd58f47b
commit fe1f2b4520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -250,7 +250,7 @@ class DirectoryHandler(BaseHandler):
ignore_backoff=True,
)
except CodeMessageException as e:
logging.warn("Error retrieving alias")
logging.warning("Error retrieving alias")
if e.code == 404:
result = None
else: