diff --git a/app/notifications/rest.py b/app/notifications/rest.py index b9ac4ff9f..a255f0850 100644 --- a/app/notifications/rest.py +++ b/app/notifications/rest.py @@ -53,7 +53,7 @@ register_errors(notifications) def receive_mmg_sms(): post_data = request.get_json() post_data.pop('MSISDN', None) - current_app.logger.info("POST form data: {}".format(post_data)) + current_app.logger.info("Recieve notification form data: {}".format(post_data)) return "RECEIVED"