diff options
author | Naveed Massjouni <naveedm9@gmail.com> | 2011-03-07 15:26:35 -0500 |
---|---|---|
committer | Naveed Massjouni <naveedm9@gmail.com> | 2011-03-07 15:26:35 -0500 |
commit | 3f85fc3e03ea9098b44fcb5aa8558ecd3b0f14ff (patch) | |
tree | 22b2e270446be7903ffd02cbf53529f99a6e091e /nova/rpc.py | |
parent | bcb18ee3d0d095b616c0909c92a151a599d4e17f (diff) | |
parent | 421cab431253290445608c67c14ec736c3bd2708 (diff) | |
download | nova-3f85fc3e03ea9098b44fcb5aa8558ecd3b0f14ff.tar.gz nova-3f85fc3e03ea9098b44fcb5aa8558ecd3b0f14ff.tar.xz nova-3f85fc3e03ea9098b44fcb5aa8558ecd3b0f14ff.zip |
Merge from trunk.
Diffstat (limited to 'nova/rpc.py')
-rw-r--r-- | nova/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/rpc.py b/nova/rpc.py index 8fe4565dd..fbb90299b 100644 --- a/nova/rpc.py +++ b/nova/rpc.py @@ -123,7 +123,7 @@ class Consumer(messaging.Consumer): LOG.error(_("Reconnected to queue")) self.failed_connection = False # NOTE(vish): This is catching all errors because we really don't - # exceptions to be logged 10 times a second if some + # want exceptions to be logged 10 times a second if some # persistent failure occurs. except Exception: # pylint: disable-msg=W0703 if not self.failed_connection: |