add debug trace for investigating the v3 issue
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 27 Sep 2012 08:31:45 +0000 (10:31 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 27 Sep 2012 08:31:45 +0000 (10:31 +0200)
sfa/trust/auth.py

index 31853ed..96fd208 100644 (file)
@@ -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()