8000 Merge pull request #10535 from matplotlib/auto-backport-of-pr-10509 · matplotlib/matplotlib@8e3e437 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e3e437

Browse files
authored
Merge pull request #10535 from matplotlib/auto-backport-of-pr-10509
Backport PR #10509 on branch v2.2.x
2 parents 584420c + 560f5c7 commit 8e3e437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/matplotlib/backends/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def do_nothing(*args, **kwargs):
8787
draw_if_interactive = getattr(backend_mod, 'draw_if_interactive',
8888
do_nothing)
8989

90-
_log.info('backend %s version %s' % (name, backend_version))
90+
_log.debug('backend %s version %s', name, backend_version)
9191

9292
# need to keep a global reference to the backend for compatibility
9393
# reasons. See https://github.com/matplotlib/matplotlib/issues/6092

lib/matplotlib/font_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ def _rebuild():
14621462
_rebuild()
14631463
else:
14641464
fontManager.default_size = None
1465-
_log.info("Using fontManager instance from %s", _fmcache)
1465+
_log.debug("Using fontManager instance from %s", _fmcache)
14661466
except cbook.Locked.TimeoutError:
14671467
raise
14681468
except:

0 commit comments

Comments
 (0)
0