diff --git a/src/palace/manager/api/odl.py b/src/palace/manager/api/odl.py index ccf1eb03ce..72cd57f78b 100644 --- a/src/palace/manager/api/odl.py +++ b/src/palace/manager/api/odl.py @@ -341,7 +341,7 @@ def get_license_status_document(self, loan: Loan) -> dict[str, Any]: ) self.log.error( f"Error getting License Status Document for loan ({loan.id}): Url '{url}' returned " - f"status code {response.status_code}. Expected 200. Response headers: {header_string}. " + f"status code {response.status_code}. Response headers: {header_string}. " f"Response content: {response_string}." ) raise BadResponseException(url, "License Status Document request failed.")