summaryrefslogtreecommitdiff
path: root/nova/servicegroup
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-09-16 06:10:59 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2015-09-29 12:07:51 +0000
commit16a50ea03dc1c673435d6d46c15f22dbdb5b70a8 (patch)
tree7204b3d7aefe44e3da2003726e5a5072d34fd725 /nova/servicegroup
parent8eef1666e01c60719495b665b676f4aedb9a260a (diff)
downloadnova-16a50ea03dc1c673435d6d46c15f22dbdb5b70a8.tar.gz
Slightly better translation friendly formatting
Found these inspired by the email thread and bug filed by the translation team. Related-Bug: #1496273 Change-Id: Icc8f341c57cd0e0eb14136d239f51c9699ef6af3
Diffstat (limited to 'nova/servicegroup')
-rw-r--r--nova/servicegroup/drivers/zk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/servicegroup/drivers/zk.py b/nova/servicegroup/drivers/zk.py
index 259a2d360a..aa770d5956 100644
--- a/nova/servicegroup/drivers/zk.py
+++ b/nova/servicegroup/drivers/zk.py
@@ -175,7 +175,7 @@ class ZooKeeperDriver(base.Driver):
# if all_members, weren't populated
LOG.warning(_LW('Problem with acquiring the list of '
'children of %(path)r within a given '
- 'timeout=%(timeout)rs'),
+ 'timeout=%(timeout)d seconds'),
path, timeout)
else:
all_members = monitor.get_all()