summaryrefslogtreecommitdiffstats
path: root/nova/rpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/rpc.py')
-rw-r--r--nova/rpc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/rpc.py b/nova/rpc.py
index be7cb3f37..b610cdf9b 100644
--- a/nova/rpc.py
+++ b/nova/rpc.py
@@ -134,8 +134,6 @@ class Consumer(messaging.Consumer):
if not self.failed_connection:
LOG.exception(_("Failed to fetch message from queue: %s" % e))
self.failed_connection = True
- else:
- LOG.exception(_("Unhandled exception %s" % e))
def attach_to_eventlet(self):
"""Only needed for unit tests!"""