diff options
author | Soren Hansen <soren@linux2go.dk> | 2011-03-14 14:21:44 +0100 |
---|---|---|
committer | Soren Hansen <soren@linux2go.dk> | 2011-03-14 14:21:44 +0100 |
commit | 04838ee14d0ac6df0052fba465cdf7f765c66ae5 (patch) | |
tree | bbb4422e623d93da0a3c234cf75ef894934ee954 /nova/rpc.py | |
parent | c8fc7ed48be84e3b39ab88c8c103fbe52b6718e1 (diff) | |
parent | 3fb5da952e041f88a29ad0b049c52236b84954e9 (diff) | |
download | nova-04838ee14d0ac6df0052fba465cdf7f765c66ae5.tar.gz nova-04838ee14d0ac6df0052fba465cdf7f765c66ae5.tar.xz nova-04838ee14d0ac6df0052fba465cdf7f765c66ae5.zip |
Merge 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: |