Skip to content

Commit

Permalink
Move warning to debug, way too verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jul 10, 2024
1 parent 97d8ade commit ab8ae60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ted2zim/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def extract_info_from_video_page(

requested_lang_code = self.get_lang_code_from_url(url)
if requested_lang_code and json_data["language"] != requested_lang_code:
logger.warning(
logger.debug(
f"Video at {url} has not yet been translated into "
f"{requested_lang_code}"
)
Expand Down

0 comments on commit ab8ae60

Please sign in to comment.