diff --git a/lib/matplotlib/font_manager.py b/lib/matplotlib/font_manager.py index 67d2a4f8bb1d..4703d3135ddd 100644 --- a/lib/matplotlib/font_manager.py +++ b/lib/matplotlib/font_manager.py @@ -1331,7 +1331,7 @@ def _findfont_cached(self, prop, fontext, directory, fallback_to_default, UserWarning) result = self.defaultFont[fontext] else: - _log.info( + _log.debug( 'findfont: Matching %s to %s (%s) with score of %f' % (prop, best_font.name, repr(best_font.fname), best_score)) result = best_font.fname