From 88e5da0e714441808afe2cd59fa249f024fa5cbd Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 24 Dec 2017 23:15:44 +0000 Subject: [PATCH] Move missing font message to debug level --- lib/matplotlib/font_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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