Skip to content

Commit

Permalink
Correct logger typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
forestmonster committed May 18, 2019
1 parent ca94138 commit d30f760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffy/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def install_plugins():
# ],
# },
for ep in pkg_resources.iter_entry_points("diffy.plugins"):
logging.info(f"Loading plugin {ep.name}")
logger.info(f"Loading plugin {ep.name}")
try:
plugin = ep.load()
except Exception:
Expand Down

0 comments on commit d30f760

Please sign in to comment.