Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 911a1e9

Browse filesBrowse files
authored
Merge pull request #11143 from mitar/patch-1
Use debug level for debugging messages
2 parents 545ffc0 + 6fd7be0 commit 911a1e9
Copy full SHA for 911a1e9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/font_manager.py

Copy file name to clipboardExpand all lines: lib/matplotlib/font_manager.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def __init__(self, size=None, weight='normal'):
951951
paths.extend(ttfpath.split(':'))
952952
else:
953953
paths.append(ttfpath)
954-
_log.info('font search path %s', str(paths))
954+
_log.debug('font search path %s', str(paths))
955955
# Load TrueType fonts and create font dictionary.
956956

957957
self.ttffiles = findSystemFonts(paths) + findSystemFonts()
@@ -1327,7 +1327,7 @@ def _rebuild():
13271327
if _fmcache:
13281328
with cbook._lock_path(_fmcache):
13291329
json_dump(fontManager, _fmcache)
1330-
_log.info("generated new fontManager")
1330+
_log.debug("generated new fontManager")
13311331

13321332
if _fmcache:
13331333
try:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.