Trivial: add white space of error message
Change-Id: Idea8c5e818f38ca0e80bb75c550b615c8362e813
This commit is contained in:
parent
3ae997e3d6
commit
198381cd6a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user