Skip to content

Commit

Permalink
Fix logging deprecation (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Mar 25, 2022
1 parent d73bc38 commit bd1b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_vagrant_executable():


if get_vagrant_executable() is None:
log.warn(VAGRANT_NOT_FOUND_WARNING)
log.warning(VAGRANT_NOT_FOUND_WARNING)


# Classes for listings of Statuses, Boxes, and Plugins
Expand Down

0 comments on commit bd1b1c6

Please sign in to comment.