diff --git a/app/notifications/receive_notifications.py b/app/notifications/receive_notifications.py index 5d93845e0..72103c20f 100644 --- a/app/notifications/receive_notifications.py +++ b/app/notifications/receive_notifications.py @@ -159,7 +159,7 @@ def fetch_potential_service(inbound_number, provider_name): service = dao_fetch_service_by_inbound_number(inbound_number) if not service: - current_app.logger.error('Inbound number "{}" from {} not associated with a service'.format( + current_app.logger.warning('Inbound number "{}" from {} not associated with a service'.format( inbound_number, provider_name )) return False