Преглед изворни кода

Add missing param to the log line

Mark Haines пре 8 година
родитељ
комит
6927d0e091
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      synapse/handlers/identity.py

+ 2 - 1
synapse/handlers/identity.py

@@ -65,7 +65,8 @@ class IdentityHandler(BaseHandler):
                     "Trusting untrustworthy ID server %r even though it isn't"
                     " in the trusted id list for testing because"
                     " 'use_insecure_ssl_client_just_for_testing_do_not_use'"
-                    " is set in the config"
+                    " is set in the config",
+                    id_server,
                 )
             else:
                 logger.warn('%s is not a trusted ID server: rejecting 3pid ' +