[REF] multi: replace logging .warn( with .warning(

This commit is contained in:
Jared Kipe
2022-01-11 12:54:14 -08:00
parent 3f36f96d0f
commit 4216ff5f44
7 changed files with 24 additions and 24 deletions

View File

@@ -407,7 +407,7 @@ class ProviderGSO(models.Model):
try:
result = service.get_rates_and_transit_time(request_body)
# _logger.warn('GSO result:\n%s' % result)
# _logger.warning('GSO result:\n%s' % result)
except HTTPError as e:
_logger.error(e)
return [{