mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Fix typo in log message
This commit is contained in:
parent
d61dcee4fa
commit
bdd5dddce0
@ -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)})
|
||||
|
Loading…
Reference in New Issue
Block a user