Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jun 3, 2024
1 parent ea0bcb3 commit c9061ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/palace/manager/api/odl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit c9061ff

Please sign in to comment.