fix log
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 1 Oct 2010 08:34:55 +0000 (10:34 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 1 Oct 2010 08:34:55 +0000 (10:34 +0200)
sfa/trust/hierarchy.py

index 9453a82..4678964 100644 (file)
@@ -205,9 +205,8 @@ class Hierarchy:
     # @param xrn the human readable name of the authority to create (urn will be converted to hrn).
 
     def get_auth_info(self, xrn):
-        
-        sfa_logger.debug("Hierarchy: getting authority: " + hrn)
         hrn, type = urn_to_hrn(xrn)
+        sfa_logger.debug("Hierarchy: getting authority: " + hrn)
         if not self.auth_exists(hrn):
             raise MissingAuthority(hrn)