mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Merge pull request #3407 from alphagov/downgrade-inbound-log
Downgrade log about orphaned inbound SMS
This commit is contained in:
@@ -159,7 +159,7 @@ def fetch_potential_service(inbound_number, provider_name):
|
|||||||
service = dao_fetch_service_by_inbound_number(inbound_number)
|
service = dao_fetch_service_by_inbound_number(inbound_number)
|
||||||
|
|
||||||
if not service:
|
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
|
inbound_number, provider_name
|
||||||
))
|
))
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user