From: Thierry Parmentelat Date: Thu, 27 Sep 2012 08:31:45 +0000 (+0200) Subject: add debug trace for investigating the v3 issue X-Git-Tag: sfa-3.0-0~112^2~1 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=be605687de2dc9e1b5c026e64315adf45b0afba9 add debug trace for investigating the v3 issue --- diff --git a/sfa/trust/auth.py b/sfa/trust/auth.py index 31853eda..96fd208e 100644 --- a/sfa/trust/auth.py +++ b/sfa/trust/auth.py @@ -71,6 +71,8 @@ class Auth: the specified operation. """ self.client_cred = Credential(string = cred) + logger.debug("Auth.check: handling hrn=%s and credential=%s"%\ + (hrn,cred.get_summary_tostring())) self.client_gid = self.client_cred.get_gid_caller() self.object_gid = self.client_cred.get_gid_object()