mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-11 15:24:19 -05:00
Add missing param to the log line
This commit is contained in:
parent
f2d5ff5bf2
commit
6927d0e091
@ -65,7 +65,8 @@ class IdentityHandler(BaseHandler):
|
|||||||
"Trusting untrustworthy ID server %r even though it isn't"
|
"Trusting untrustworthy ID server %r even though it isn't"
|
||||||
" in the trusted id list for testing because"
|
" in the trusted id list for testing because"
|
||||||
" 'use_insecure_ssl_client_just_for_testing_do_not_use'"
|
" 'use_insecure_ssl_client_just_for_testing_do_not_use'"
|
||||||
" is set in the config"
|
" is set in the config",
|
||||||
|
id_server,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
logger.warn('%s is not a trusted ID server: rejecting 3pid ' +
|
logger.warn('%s is not a trusted ID server: rejecting 3pid ' +
|
||||||
|
Loading…
Reference in New Issue
Block a user