Fixed arguments in the format string in the debug message.

Signed-off-by: Prasanna Santhanam <t...@apache.org>
(cherry picked from commit 2cec9f61fbce596706d46511ccc2ca3edb382321)


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d3b69023
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d3b69023
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d3b69023

Branch: refs/heads/4.2
Commit: d3b6902387d8a1ab371bde6668ca5e7603c38368
Parents: dd5bac6
Author: SrikanteswaraRao Talluri <srikanteswararao.tall...@citrix.com>
Authored: Wed Jul 17 11:40:49 2013 +0530
Committer: Prasanna Santhanam <t...@apache.org>
Committed: Wed Jul 17 12:35:01 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/d3b69023/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
 

Reply via email to