From: Tony Mack Date: Tue, 23 Oct 2012 19:13:14 +0000 (-0400) Subject: fix NameError X-Git-Tag: sfa-3.0-0~100 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=f2008335bed44f148758c98c3405f3975c67e134;p=sfa.git fix NameError --- diff --git a/sfa/methods/Allocate.py b/sfa/methods/Allocate.py index b549fd6b..4c748226 100644 --- a/sfa/methods/Allocate.py +++ b/sfa/methods/Allocate.py @@ -52,7 +52,7 @@ class Allocate(Method): chain_name = 'FORWARD-INCOMING' self.api.logger.debug("Allocate: sfatables on chain %s"%chain_name) origin_hrn = Credential(cred=valid_creds[0]).get_gid_caller().get_hrn() - self.api.logger.info("interface: %s\tcaller-hrn: %s\ttarget-hrn: %s\tmethod-name: %s"%(self.api.interface, origin_hrn, xrns, self.name)) + self.api.logger.info("interface: %s\tcaller-hrn: %s\ttarget-hrn: %s\tmethod-name: %s"%(self.api.interface, origin_hrn, xrn, self.name)) rspec = run_sfatables(chain_name, xrn.get_hrn(), origin_hrn, rspec) slivers = RSpec(rspec).version.get_nodes_with_slivers() if not slivers: