diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-15 19:10:09 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-15 19:10:09 +0000 |
| commit | 01ded76da8dc119c46707fa6c4be116fda7b7af3 (patch) | |
| tree | ffc73a499c9c33b37d79af1ef6f58acf46d7c8e0 /openstack/common | |
| parent | abadac0567cf8b1ceaf00edf0648225befc578a3 (diff) | |
| parent | be1e942730f2a9d383c66beab12c31504d61d7cf (diff) | |
| download | oslo-01ded76da8dc119c46707fa6c4be116fda7b7af3.tar.gz oslo-01ded76da8dc119c46707fa6c4be116fda7b7af3.tar.xz oslo-01ded76da8dc119c46707fa6c4be116fda7b7af3.zip | |
Merge "Minor pep8 cleanup in rpc."
Diffstat (limited to 'openstack/common')
| -rw-r--r-- | openstack/common/rpc/impl_zmq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/impl_zmq.py b/openstack/common/rpc/impl_zmq.py index 41386bf..fff1dd0 100644 --- a/openstack/common/rpc/impl_zmq.py +++ b/openstack/common/rpc/impl_zmq.py @@ -130,7 +130,7 @@ class ZmqSocket(object): 'subscribe': subscribe, 'bind': bind} LOG.debug(_("Connecting to %(addr)s with %(type)s"), str_data) - LOG.debug(_("-> Subscribed to %(subscribe)s"), str_data) + LOG.debug(_("-> Subscribed to %(subscribe)s"), str_data) LOG.debug(_("-> bind: %(bind)s"), str_data) try: |
