mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-27 15:07:01 -05:00
Fix log line
This commit is contained in:
parent
82c5e7de25
commit
0e0aee25c4
@ -331,7 +331,7 @@ class AuthHandler(BaseHandler):
|
|||||||
|
|
||||||
identity_handler = self.hs.get_handlers().identity_handler
|
identity_handler = self.hs.get_handlers().identity_handler
|
||||||
|
|
||||||
logger.info("Getting validated threepid. threepidcreds: %r" % (threepid_creds,))
|
logger.info("Getting validated threepid. threepidcreds: %r", (threepid_creds,))
|
||||||
threepid = yield identity_handler.threepid_from_creds(threepid_creds)
|
threepid = yield identity_handler.threepid_from_creds(threepid_creds)
|
||||||
|
|
||||||
if not threepid:
|
if not threepid:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user