Skip to content
Snippets Groups Projects
Commit 6927d0e0 authored by Mark Haines's avatar Mark Haines
Browse files

Add missing param to the log line

parent f2d5ff5b
No related branches found
No related tags found
No related merge requests found
......@@ -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 ' +
......
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