Downgrade the error message to a warning.

This commit is contained in:
Rebecca Law
2017-11-03 12:09:20 +00:00
parent efe0f3b99b
commit 168231f3ce
2 changed files with 2 additions and 15 deletions

View File

@@ -76,7 +76,7 @@ def process_ses_response(ses_request):
)
if not notification:
warning = "SES callback failed: notification either not found or already updated " \
"from sending. Status {} for notification reference {}".format(notification_status, reference)
"from sending. Status {} for notification reference {}".format(notification_status, reference)
current_app.logger.warning(warning)
return