Skip to content

Commit 88e5da0

Browse files
committed
Move missing font message to debug level
1 parent a456bd1 commit 88e5da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ def _findfont_cached(self, prop, fontext, directory, fallback_to_default,
13311331
UserWarning)
13321332
result = self.defaultFont[fontext]
13331333
else:
1334-
_log.info(
1334+
_log.debug(
13351335
'findfont: Matching %s to %s (%s) with score of %f' %
13361336
(prop, best_font.name, repr(best_font.fname), best_score))
13371337
result = best_font.fname

0 commit comments

Comments
 (0)