Make message more accurate

This commit is contained in:
Imdad Ahad
2017-04-27 16:58:00 +01:00
parent e450f15b2b
commit b5d4acb758

View File

@@ -44,7 +44,7 @@ def deliver_sms(self, notification_id):
except Exception as e:
try:
current_app.logger.exception(
"RETRY: SMS notification {} failed".format(notification_id)
"SMS notification delivery for id: {} failed".format(notification_id)
)
self.retry(queue="retry", countdown=retry_iteration_to_delay(self.request.retries))
except self.MaxRetriesExceededError: