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:
Brian Cain 2019-03-07 10:49:38 -08:00
parent fe002b7e48
commit b2251d5bec
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module VagrantPlugins
if result != 0
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)
end