Skip to content
Snippets Groups Projects
Commit f1acb9fd authored by David Baker's avatar David Baker
Browse files

logging args

parent 1bac74b9
No related branches found
No related tags found
No related merge requests found
......@@ -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()
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment