From be605687de2dc9e1b5c026e64315adf45b0afba9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 27 Sep 2012 10:31:45 +0200 Subject: [PATCH] add debug trace for investigating the v3 issue --- sfa/trust/auth.py | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.43.0