Skip to content

Commit 2296775

Browse files
authored
Merge pull request #10085 from dstansby/font-debug
Move missing font message to debug level
2 parents b62f318 + 88e5da0 commit 2296775

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
@@ -1329,7 +1329,7 @@ def _findfont_cached(self, prop, fontext, directory, fallback_to_default,
13291329
UserWarning)
13301330
result = self.defaultFont[fontext]
13311331
else:
1332-
_log.info(
1332+
_log.debug(
13331333
'findfont: Matching %s to %s (%s) with score of %f' %
13341334
(prop, best_font.name, repr(best_font.fname), best_score))
13351335
result = best_font.fname

0 commit comments

Comments
 (0)