Fixed arguments in the format string in the debug message. Signed-off-by: Prasanna Santhanam <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5fbec76c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5fbec76c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5fbec76c Branch: refs/heads/ldapplugin Commit: 5fbec76c8a7a57c01d456ab0af23dcb44e29ca14 Parents: 3a60e56 Author: SrikanteswaraRao Talluri <[email protected]> Authored: Wed Jul 17 11:40:49 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Jul 17 12:36:27 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_network_lbrules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5fbec76c/test/integration/component/test_vpc_network_lbrules.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_network_lbrules.py b/test/integration/component/test_vpc_network_lbrules.py index a1dd19b..2712dac 100644 --- a/test/integration/component/test_vpc_network_lbrules.py +++ b/test/integration/component/test_vpc_network_lbrules.py @@ -481,7 +481,7 @@ class TestVPCNetworkLBRules(cloudstackTestCase): vpcid=self.vpc.id, domainid=self.account.domainid ) - self.debug("Adding virtual machines %s and %s to LB rule" % (vmarray)) + self.debug("Adding virtual machines %s and %s to LB rule" % (vmarray[0], vmarray[1])) lb_rule.assign(self.apiclient, vmarray) return lb_rule
