Changed refund log level to warning.

ECOM-2378
This commit is contained in:
Waheed Ahmed
2016-06-15 13:31:35 +05:00
parent b725dc0d75
commit 07ab6cc744

View File

@@ -1883,7 +1883,7 @@ class CertificateItem(OrderItem):
try:
target_cert = target_certs[0]
except IndexError:
log.error(
log.warning(
u"Matching CertificateItem not found while trying to refund. User %s, Course %s",
course_enrollment.user,
course_enrollment.course_id,