try lowering logging level (#4352)

This commit is contained in:
Ivan Blinkov 2019-02-11 23:38:28 +03:00 committed by GitHub
parent bc63dcd6d9
commit 29a7649a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ def test_single_page(input_path, lang):
logging.info('Link to nowhere: %s' % href)
if duplicate_anchor_points:
logging.error('Found %d duplicate anchor points' % duplicate_anchor_points)
logging.warning('Found %d duplicate anchor points' % duplicate_anchor_points)
if links_to_nowhere:
logging.error('Found %d links to nowhere' % links_to_nowhere)
sys.exit(10)