diff options
author | Cerberus <matt.dietz@rackspace.com> | 2011-02-02 10:49:02 -0600 |
---|---|---|
committer | Cerberus <matt.dietz@rackspace.com> | 2011-02-02 10:49:02 -0600 |
commit | 6d2e2c52012abac8cab322357ce0ffd0ffc2fbaf (patch) | |
tree | 1d0ba6a4782483b2416b32e4c1aa2a17c32b1802 /nova/rpc.py | |
parent | 7b8ddb4e00c7b592697a2db521a8655d84ca0356 (diff) | |
download | nova-6d2e2c52012abac8cab322357ce0ffd0ffc2fbaf.tar.gz nova-6d2e2c52012abac8cab322357ce0ffd0ffc2fbaf.tar.xz nova-6d2e2c52012abac8cab322357ce0ffd0ffc2fbaf.zip |
Casting to the scheduler
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 01fc6d44b..c4c938f4d 100644 --- a/nova/rpc.py +++ b/nova/rpc.py @@ -119,7 +119,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: |