Skip to content

Commit

Permalink
Log: Demote noisy logging of excluded imports to DEBUG.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Apr 1, 2021
1 parent 610185c commit 69ee38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyInstaller/depend/imphook.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def find_all_package_nodes(name):
# "imports_to_remove".
for dest in imports_to_remove & references:
self.module_graph.removeReference(src, dest)
logger.info(
logger.debug(
"Excluding import of %s from module %s", dest, src)


Expand Down

0 comments on commit 69ee38d

Please sign in to comment.