Add logger output when plugin loading is disabled

This commit is contained in:
Chris Roberts 2016-11-28 16:55:38 -08:00
parent f1e623976b
commit 9717432920
1 changed files with 2 additions and 0 deletions

View File

@ -339,4 +339,6 @@ if Vagrant.plugins_enabled?
end
raise Vagrant::Errors::PluginLoadError, message: e.to_s
end
else
global_logger.debug("Plugin loading is currently disabled.")
end