Fixed arguments in the format string in the debug message.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 2cec9f61fbce596706d46511ccc2ca3edb382321)
This commit is contained in:
SrikanteswaraRao Talluri 2013-07-17 11:40:49 +05:30 committed by Prasanna Santhanam
parent dd5bac646b
commit d3b6902387
1 changed files with 1 additions and 1 deletions

View File

@ -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