mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-17 17:30:01 -05: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