1 parent 1064060 commit 4894535Copy full SHA for 4894535
1 file changed
font_collector/__main__.py
@@ -98,9 +98,9 @@ def main() -> None:
98
fonts_file_found.add(font_result.font_face.font_file)
99
100
if nbr_font_not_found == 0:
101
- _logger.info(f"All fonts found")
+ _logger.info(f"All font(s) found")
102
else:
103
- _logger.info(f"{nbr_font_not_found} fonts could not be found.")
+ _logger.error(f"{nbr_font_not_found} font(s) could not be found.")
104
105
if mkv_path is not None:
106
if delete_fonts:
0 commit comments