From 5fbec76c8a7a57c01d456ab0af23dcb44e29ca14 Mon Sep 17 00:00:00 2001 From: SrikanteswaraRao Talluri Date: Wed, 17 Jul 2013 11:40:49 +0530 Subject: [PATCH] Fixed arguments in the format string in the debug message. Signed-off-by: Prasanna Santhanam --- test/integration/component/test_vpc_network_lbrules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vpc_network_lbrules.py b/test/integration/component/test_vpc_network_lbrules.py index a1dd19b4134..2712dac2ac3 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