logging args

This commit is contained in:
David Baker 2015-04-27 11:56:34 +01:00
parent 1bac74b9ae
commit f1acb9fd40

View file

@ -143,9 +143,9 @@ class ThreepidRestServlet(RestServlet):
) )
if 'bind' in body and body['bind']: 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() threepid, auth_user.to_string()
)) )
yield self.identity_handler.bind_threepid( yield self.identity_handler.bind_threepid(
threePidCreds, auth_user.to_string() threePidCreds, auth_user.to_string()
) )