From: Barış Metin Date: Thu, 30 Sep 2010 20:22:49 +0000 (+0200) Subject: ops (don't know what I was thinking)... X-Git-Tag: sfa-1.0-1~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=963f30db9b6f95a2aa10400b2092a5b209b935d9;p=sfa.git ops (don't know what I was thinking)... --- diff --git a/sfa/trust/hierarchy.py b/sfa/trust/hierarchy.py index 011890b7..9453a82d 100644 --- a/sfa/trust/hierarchy.py +++ b/sfa/trust/hierarchy.py @@ -161,7 +161,7 @@ class Hierarchy: def create_auth(self, xrn, create_parents=False): hrn, type = urn_to_hrn(xrn) - sfaImporter.logger.info("Hierarchy: creating authority: " + hrn) + sfa_logger.debug("Hierarchy: creating authority: " + hrn) # create the parent authority if necessary parent_hrn = get_authority(hrn) @@ -206,7 +206,7 @@ class Hierarchy: def get_auth_info(self, xrn): - sfaImporter.logger.info("Hierarchy: getting authority: " + hrn) + sfa_logger.debug("Hierarchy: getting authority: " + hrn) hrn, type = urn_to_hrn(xrn) if not self.auth_exists(hrn): raise MissingAuthority(hrn)