mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Bad ref to clear_load instead of load
This commit is contained in:
parent
7afd977fcd
commit
334216aaa4
@ -1203,7 +1203,7 @@ class AESFuncs(object):
|
|||||||
log.warn(
|
log.warn(
|
||||||
('Minion id {0} is not who it says it is and is attempting '
|
('Minion id {0} is not who it says it is and is attempting '
|
||||||
'to revoke the key for {0}').format(
|
'to revoke the key for {0}').format(
|
||||||
clear_load['id']
|
load['id']
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user