diff --git a/enterprise/utils.py b/enterprise/utils.py index 78d4b508dd..dac89f09a8 100644 --- a/enterprise/utils.py +++ b/enterprise/utils.py @@ -2343,7 +2343,8 @@ def hide_price_when_zero(enterprise_customer, course_modes): mode['hide_price'] = int(''.join(numbers)) == 0 except ValueError: LOGGER.warning( - 'hide_price_when_zero: Could not convert price of course mode "%s" to int.', + 'hide_price_when_zero: Could not convert price "%s" of course mode "%s" to int.', + mode['final_price'], mode['title'] ) return course_modes