8000 Backport PR #18175: Downgrade symbol substitution log to info level. · matplotlib/matplotlib@7caebf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7caebf0

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #18175: Downgrade symbol substitution log to info level.
1 parent 9ca7245 commit 7caebf0

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