Trivial: add white space of error message

Change-Id: Idea8c5e818f38ca0e80bb75c550b615c8362e813
This commit is contained in:
qin.jiang 2017-01-19 10:18:47 +08:00
parent 3ae997e3d6
commit 198381cd6a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class DirectPublisher(publisher.ConfigPublisherBase):
def publish_events(self, events):
if not self.event_driver:
LOG.error(_LE("Can't publish events to a non-existing dispatcher"
LOG.error(_LE("Can't publish events to a non-existing dispatcher "
"'%s'"), self.dispatcher_name)
return