mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 13:18:56 +01:00
logging args
This commit is contained in:
parent
1bac74b9ae
commit
f1acb9fd40
1 changed files with 2 additions and 2 deletions
|
@ -143,9 +143,9 @@ class ThreepidRestServlet(RestServlet):
|
|||
)
|
||||
|
||||
if 'bind' in body and body['bind']:
|
||||
logger.debug("Binding emails %s to %s" % (
|
||||
logger.debug("Binding emails %s to %s",
|
||||
threepid, auth_user.to_string()
|
||||
))
|
||||
)
|
||||
yield self.identity_handler.bind_threepid(
|
||||
threePidCreds, auth_user.to_string()
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue