From 51ab7a5dbf213713f015a53b978bc9d805a38596 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 8 Mar 2017 14:40:12 +0000 Subject: [PATCH] Change log message --- app/notifications/rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"