ops (don't know what I was thinking)...
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 30 Sep 2010 20:22:49 +0000 (22:22 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 30 Sep 2010 20:22:49 +0000 (22:22 +0200)
sfa/trust/hierarchy.py

index 011890b..9453a82 100644 (file)
@@ -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)