summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/matchmaker.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-05-15 14:46:52 -0700
committerJoe Gordon <joe.gordon0@gmail.com>2013-05-20 18:58:22 -0700
commitfe2f1081eb215fba6a205891ddf67c6ff9e7a288 (patch)
treedf17634d9dedbda2b1870a52c0b733f0e39d53f4 /openstack/common/rpc/matchmaker.py
parent0a14e1d0c448475773861d5aec9ed62385f6903c (diff)
downloadoslo-fe2f1081eb215fba6a205891ddf67c6ff9e7a288.tar.gz
oslo-fe2f1081eb215fba6a205891ddf67c6ff9e7a288.tar.xz
oslo-fe2f1081eb215fba6a205891ddf67c6ff9e7a288.zip
Enable hacking H702 localization test
Fix and enable test for 'formatting operation should be outside of localization method call' Change-Id: I0e707f9d4aacf75f9a9239b323a57d7d39f30c84
Diffstat (limited to 'openstack/common/rpc/matchmaker.py')
-rw-r--r--openstack/common/rpc/matchmaker.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack/common/rpc/matchmaker.py b/openstack/common/rpc/matchmaker.py
index 3d72ae7..223e970 100644
--- a/openstack/common/rpc/matchmaker.py
+++ b/openstack/common/rpc/matchmaker.py
@@ -236,7 +236,8 @@ class HeartbeatMatchMakerBase(MatchMakerBase):
self.hosts.discard(host)
self.backend_unregister(key, '.'.join((key, host)))
- LOG.info(_("Matchmaker unregistered: %s, %s" % (key, host)))
+ LOG.info(_("Matchmaker unregistered: %(key)s, %(host)s"),
+ {'key': key, 'host': host})
def start_heartbeat(self):
"""