From: Barış Metin Date: Fri, 1 Oct 2010 08:34:55 +0000 (+0200) Subject: fix log X-Git-Tag: sfa-1.0-1~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=be26dcf2c14fbc8cac11b377fb1718c994f11999;p=sfa.git fix log --- 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)