mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +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:
|
||||
log.info(
|
||||
'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)
|
||||
)
|
||||
eload = {'result': True,
|
||||
|
Loading…
Reference in New Issue
Block a user