Add missing ws separator between words

This is to add missing ws separator between words which
is introduced in I65130eb93a7e13d14d3ca9c325bf0bb0477ea45a.

Change-Id: I1052d19b3b6921548ec8352d6e7104838260f8bc
This commit is contained in:
zhufl 2019-04-15 14:50:58 +08:00
parent 0a66ef5328
commit 82a86a8a86
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ class Bootstrapper(object):
project_id=self.project_id,
role_id=self.admin_role_id
)
LOG.info('Granted role %(role)s on project %(project)s to'
LOG.info('Granted role %(role)s on project %(project)s to '
'user %(username)s.',
{'role': self.admin_role_name,
'project': self.project_name,