X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Ftrust%2Fauth.py;fp=sfa%2Ftrust%2Fauth.py;h=2c5a4470ced77fca0addad6e05e2aa4a0cb96f71;hb=27e30f7854884928bd4850afa3c6ce5c7f93f7f4;hp=2120a80dd3d585e9ff12f073f95a5c56b35c3d71;hpb=1401aaebffc6b1fdac213ede293dc60d81c65496;p=sfa.git diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 2120a80d..2c5a4470 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -136,7 +136,7 @@ class Auth: cred = Credential(cred=credential) self.client_cred = cred logger.debug("Auth.check: handling hrn=%s and credential=%s"%\ - (hrn,cred.get_summary_tostring())) + (hrn,cred.pretty_cred())) if cred.type not in ['geni_sfa']: raise CredentialNotVerifiable(cred.type, "%s not supported" % cred.type)