Bad ref to clear_load instead of load

This commit is contained in:
Thomas S Hatch 2013-05-01 11:20:53 -06:00
parent 7afd977fcd
commit 334216aaa4

View File

@ -1203,7 +1203,7 @@ class AESFuncs(object):
log.warn(
('Minion id {0} is not who it says it is and is attempting '
'to revoke the key for {0}').format(
clear_load['id']
load['id']
)
)
return False