summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/rpc/impl_qpid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/impl_qpid.py b/openstack/common/rpc/impl_qpid.py
index 850a60c..d01bf0d 100644
--- a/openstack/common/rpc/impl_qpid.py
+++ b/openstack/common/rpc/impl_qpid.py
@@ -141,7 +141,7 @@ class ConsumerBase(object):
try:
self.callback(message.content)
except Exception:
- logging.exception(_("Failed to process message... skipping it."))
+ LOG.exception(_("Failed to process message... skipping it."))
finally:
self.session.acknowledge(message)