downgrade error to info

This commit is contained in:
Leo Hemsted
2019-03-22 14:06:45 +00:00
parent 6fa7f0290d
commit 9da9968028

View File

@@ -484,7 +484,7 @@ def update_letter_notification(filename, temporary_failures, update):
msg = "Update letter notification file {filename} failed: notification either not found " \
"or already updated from delivered. Status {status} for notification reference {reference}".format(
filename=filename, status=status, reference=update.reference)
current_app.logger.error(msg)
current_app.logger.info(msg)
def check_billable_units(notification_update):