You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/07/17 19:35:37 UTC

[38/50] [abbrv] git commit: updated refs/heads/ldapplugin to 7bc705e

Fixed arguments in the format string in the debug message.

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


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

Branch: refs/heads/ldapplugin
Commit: 5fbec76c8a7a57c01d456ab0af23dcb44e29ca14
Parents: 3a60e56
Author: SrikanteswaraRao Talluri <sr...@citrix.com>
Authored: Wed Jul 17 11:40:49 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Jul 17 12:36:27 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/5fbec76c/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