Update logger to display vboxvfs module rather than vboxsf
Ensure the logger displays the right vbox module used for mounting shared folders
This commit is contained in:
parent
fe002b7e48
commit
b2251d5bec
|
@ -38,7 +38,7 @@ module VagrantPlugins
|
||||||
|
|
||||||
if result != 0
|
if result != 0
|
||||||
if stderr.include?("-cit")
|
if stderr.include?("-cit")
|
||||||
@@logger.info("Detected builtin vboxsf module, modifying mount command")
|
@@logger.info("Detected builtin vboxvfs module, modifying mount command")
|
||||||
mount_command.sub!(addon_mount_type, builtin_mount_type)
|
mount_command.sub!(addon_mount_type, builtin_mount_type)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue