From f2008335bed44f148758c98c3405f3975c67e134 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 23 Oct 2012 15:13:14 -0400 Subject: [PATCH] fix NameError --- sfa/methods/Allocate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0