mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 14:09:00 -04:00
use logging.warning() to quiet py37 warnings
This commit is contained in:
parent
dfd9d9ecdd
commit
433b201b52
9 changed files with 21 additions and 21 deletions
|
@ -684,7 +684,7 @@ def test_warcprox_outage_resiliency(httpd):
|
|||
try:
|
||||
stop_service('warcprox')
|
||||
except Exception as e:
|
||||
logging.warn('problem stopping warcprox service: %s', e)
|
||||
logging.warning('problem stopping warcprox service: %s', e)
|
||||
|
||||
# queue the site for brozzling
|
||||
brozzler.new_site(frontier, site)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue