diff --git a/lib/matplotlib/mathtext.py b/lib/matplotlib/mathtext.py index 02428615ae50..1b46fc6dcd7d 100644 --- a/lib/matplotlib/mathtext.py +++ b/lib/matplotlib/mathtext.py @@ -859,8 +859,7 @@ def _get_glyph(self, fontname, font_class, sym, fontsize, math=True): fname = g[0].family_name if fname in list(BakomaFonts._fontmap.values()): fname = "Computer Modern" - _log.warning("Substituting symbol {} " - "from {}".format(sym, fname)) + _log.info("Substituting symbol %s from %s", sym, fname) return g else: