From bd1b1c6c45f30c9379dde17048ea6bab722ec7ae Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 25 Mar 2022 10:00:23 +0000 Subject: [PATCH] Fix logging deprecation (#81) --- vagrant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/__init__.py b/vagrant/__init__.py index 6ab3fdb..21638a3 100644 --- a/vagrant/__init__.py +++ b/vagrant/__init__.py @@ -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