diff --git a/synapse/rest/client/v2_alpha/account.py b/synapse/rest/client/v2_alpha/account.py
index 394e6b3809ad464c8ccfee8a955be5e4b68109c8..bd57d11dc037ee2902c2d037d1063041243ff4d2 100644
--- a/synapse/rest/client/v2_alpha/account.py
+++ b/synapse/rest/client/v2_alpha/account.py
@@ -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()
             )