From be26dcf2c14fbc8cac11b377fb1718c994f11999 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 1 Oct 2010 10:34:55 +0200 Subject: [PATCH] fix log --- sfa/trust/hierarchy.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sfa/trust/hierarchy.py b/sfa/trust/hierarchy.py index 9453a82d..46789641 100644 --- a/sfa/trust/hierarchy.py +++ b/sfa/trust/hierarchy.py @@ -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) -- 2.47.0