2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Fix typo in log message

This commit is contained in:
Jarrod Johnson 2022-07-21 11:20:31 -04:00
parent d61dcee4fa
commit bdd5dddce0

View File

@ -1158,7 +1158,7 @@ def discover_node(cfg, handler, info, nodename, manual):
if 'verified' in policies:
if not handler.https_supported or not util.cert_matches(info['fingerprint'], handler.https_cert):
log.log({'info': 'Detected replacement of {0} without verified '
'fingerprint and discovery policy is setto verified, not '
'fingerprint and discovery policy is set to verified, not '
'doing discovery unless discovery.policy=open or '
'pubkeys.tls_hardwaremanager attribute is cleared '
'first'.format(nodename)})