mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fixed arguments in the format string in the debug message.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
3a60e56529
commit
5fbec76c8a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user