Add logger output when plugin loading is disabled
This commit is contained in:
parent
f1e623976b
commit
9717432920
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue