diff --git a/app/notifications/notifications_sms_callback.py b/app/notifications/notifications_sms_callback.py index 5120a48c8..4cf954840 100644 --- a/app/notifications/notifications_sms_callback.py +++ b/app/notifications/notifications_sms_callback.py @@ -28,7 +28,7 @@ def process_mmg_response(): safe_to_log.pop("MSISDN") current_app.logger.info( "Full delivery response from {} for notification: {}\n{}".format(client_name, request.form.get('CID'), - safe_to_log)) + safe_to_log)) if errors: raise InvalidRequest(errors, status_code=400) else: