diff --git a/ecommerce/extensions/fulfillment/modules.py b/ecommerce/extensions/fulfillment/modules.py index 58959ef1003..5237a1772ee 100644 --- a/ecommerce/extensions/fulfillment/modules.py +++ b/ecommerce/extensions/fulfillment/modules.py @@ -232,8 +232,8 @@ def fulfill_product(self, order, lines): reason = '(No detail provided.)' logger.error( - "Fulfillment of line [%d] on order [%s] failed with status code [%d]: %s", - line.id, order.number, response.status_code, reason + "Unable to fulfill line [%d] of order [%s] due to a server-side error: %s", line.id, + order.number, reason ) line.set_status(LINE.FULFILLMENT_SERVER_ERROR) except ConnectionError: