mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
fix log line for provider switch
This commit is contained in:
@@ -67,13 +67,13 @@ def dao_reduce_sms_provider_priority(identifier, *, time_threshold):
|
||||
|
||||
current_app.logger.info('Adjusting provider priority - {} going from {} to {}'.format(
|
||||
reduced_provider.identifier,
|
||||
pre_reduction_priority,
|
||||
reduced_provider.priority,
|
||||
pre_reduction_priority
|
||||
))
|
||||
current_app.logger.info('Adjusting provider priority - {} going from {} to {}'.format(
|
||||
increased_provider.identifier,
|
||||
pre_increase_priority,
|
||||
increased_provider.priority,
|
||||
pre_increase_priority
|
||||
))
|
||||
|
||||
# Automatic update so set as notify user
|
||||
|
||||
Reference in New Issue
Block a user