mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Merge pull request #3307 from archtaku/develop
Add missing space to log message
This commit is contained in:
commit
268e9ce4ba
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user