Skip to content

Commit 8b4f46c

Browse files
updated review comments
1 parent cd90788 commit 8b4f46c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sap_cloud_sdk/outputmanagement/_service_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ def _fetch_oauth_token_from_destination(self) -> Optional[str]:
244244

245245
except Exception as e:
246246
logger.error(
247-
exc_info=True,
247+
f"Failed to retrieve/process certificate '{cert_name}': {e}",
248+
exc_info=True,
248249
)
249250
return None
250251

0 commit comments

Comments
 (0)