Fixed arguments in the format string in the debug message.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
SrikanteswaraRao Talluri 2013-07-17 11:40:49 +05:30 committed by Prasanna Santhanam
parent 3a60e56529
commit 5fbec76c8a

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