From 963f30db9b6f95a2aa10400b2092a5b209b935d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 30 Sep 2010 22:22:49 +0200 Subject: [PATCH] ops (don't know what I was thinking)... --- sfa/trust/hierarchy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.45.2