diff --git a/src/DIRAC/Resources/Computing/AREXComputingElement.py b/src/DIRAC/Resources/Computing/AREXComputingElement.py index 2b0e60b6e94..0ff6f151581 100755 --- a/src/DIRAC/Resources/Computing/AREXComputingElement.py +++ b/src/DIRAC/Resources/Computing/AREXComputingElement.py @@ -329,7 +329,7 @@ def _getProxyFromDelegationID(self, delegationID): result = self._request("post", query, params=params) if not result["OK"]: self.log.error("Issue while interacting with delegation ", f"{delegationID}: {result['Message']}") - return S_ERROR("Issue while interacting with the delegations") + return S_ERROR(f"Issue while interacting with delegation {delegationID}: {result['Message']}") response = result["Value"] proxyContent = response.text