Signed-off-by: Angus Salkeld <[email protected]>
---
cts/corotests.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cts/corotests.py b/cts/corotests.py
index ede2a5d..8175042 100644
--- a/cts/corotests.py
+++ b/cts/corotests.py
@@ -907,7 +907,7 @@ class VoteQuorumGoDown(VoteQuorumBase):
self.failure('unexpected number of expected_votes')
if state.total_votes != nodes_alive:
- self.failure('unexpected number of total votes:%d,
nodes_alive:%d', (state.total_votes, nodes_alive))
+ self.failure('unexpected number of total votes:%d,
nodes_alive:%d' % (state.total_votes, nodes_alive))
min = ((len(self.CM.Env["nodes"]) + 2) / 2)
if min != state.quorum:
--
1.7.5
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais