Add a missing space in a log message

Signed-off-by: Adam Dangoor <adamdangoor@gmail.com>
This commit is contained in:
Adam Dangoor 2018-11-05 00:04:43 +00:00
parent dd7386de30
commit 490b2db3ae
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ def load_config(config_path=None, config_dict=None):
return res
log.debug(
"Couldn't find auth-related section ; attempting to interpret"
"Couldn't find auth-related section ; attempting to interpret "
"as auth-only file"
)
return {'auths': parse_auth(config_dict)}