Merge pull request #3307 from archtaku/develop

Add missing space to log message
This commit is contained in:
Pedro Algarvio 2013-01-17 17:22:56 -08:00
commit 268e9ce4ba

View File

@ -1353,7 +1353,7 @@ class ClearFuncs(object):
else: else:
log.info( log.info(
'Authentication failed from host {id}, the key is in ' 'Authentication failed from host {id}, the key is in '
'pending and needs to be accepted with salt-key' 'pending and needs to be accepted with salt-key '
'-a {id}'.format(**load) '-a {id}'.format(**load)
) )
eload = {'result': True, eload = {'result': True,