[rabbit] Log correct topic on cast/call
Change-Id: Icc06f7f0f99728fcf4abbdce0bf85af88713494a
This commit is contained in:
parent
2c3ae0af3c
commit
04f89a76f0
@ -438,7 +438,7 @@ class AMQPDriverBase(base.BaseDriver):
|
|||||||
log_msg += "exchange '%(exchange)s'" \
|
log_msg += "exchange '%(exchange)s'" \
|
||||||
" topic '%(topic)s'" % {
|
" topic '%(topic)s'" % {
|
||||||
'exchange': exchange,
|
'exchange': exchange,
|
||||||
'topic': target.topic}
|
'topic': topic}
|
||||||
LOG.debug(log_msg)
|
LOG.debug(log_msg)
|
||||||
conn.topic_send(exchange_name=exchange, topic=topic,
|
conn.topic_send(exchange_name=exchange, topic=topic,
|
||||||
msg=msg, timeout=timeout, retry=retry)
|
msg=msg, timeout=timeout, retry=retry)
|
||||||
|
Loading…
Reference in New Issue
Block a user