mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 11:14:09 -04:00
Remove last usages of deprecated logging.warn method (#6314)
This commit is contained in:
parent
befd58f47b
commit
fe1f2b4520
3 changed files with 4 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue