Note when ssl helper was not found
This commit is contained in:
parent
b1610c1023
commit
7824c2dad2
@ -140,6 +140,8 @@ if File.exist?(File.expand_path("vagrant/vagrant_ssl.so", __dir__))
|
|||||||
rescue => err
|
rescue => err
|
||||||
global_logger.warn("unexpected failure loading ssl providers, attempting to continue (#{err})")
|
global_logger.warn("unexpected failure loading ssl providers, attempting to continue (#{err})")
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
global_logger.warn("vagrant ssl helper was not found, continuing...")
|
||||||
end
|
end
|
||||||
|
|
||||||
# We need these components always so instead of an autoload we
|
# We need these components always so instead of an autoload we
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user