Merge "Minor improvement of the NoopPublisher"

This commit is contained in:
Zuul 2018-09-10 10:43:05 +00:00 committed by Gerrit Code Review
commit 38a54260b0
1 changed files with 2 additions and 1 deletions

View File

@ -24,8 +24,9 @@ class NoopPublisher(base.NotificationPublisher):
def publish(self, ex_id, data, event, timestamp, **kwargs):
LOG.info(
'The event %s for %s is published by the '
'The event %s for [name=%s, id=%s] is published by the '
'noop notification publisher.',
event,
data.get('name'),
ex_id
)