8000 Merge pull request #18179 from meeseeksmachine/auto-backport-of-pr-18… · matplotlib/matplotlib@1dbc782 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dbc782

Browse files
authored
Merge pull request #18179 from meeseeksmachine/auto-backport-of-pr-18175-on-v3.3.x
Backport PR #18175 on branch v3.3.x (Downgrade symbol substitution log to info level.)
2 parents 39064b3 + 7caebf0 commit 1dbc782

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/mathtext.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,7 @@ def _get_glyph(self, fontname, font_class, sym, fontsize, math=True):
859859
fname = g[0].family_name
860860
if fname in list(BakomaFonts._fontmap.values()):
861861
fname = "Computer Modern"
862-
_log.warning("Substituting symbol {} "
863-
"from {}".format(sym, fname))
862+
_log.info("Substituting symbol %s from %s", sym, fname)
864863
return g
865864

866865
else:

0 commit comments

Comments
 (0)
0