diff --git a/builder/virtualbox/common/step_remove_devices.go b/builder/virtualbox/common/step_remove_devices.go index bcb261bb0..6508a138f 100644 --- a/builder/virtualbox/common/step_remove_devices.go +++ b/builder/virtualbox/common/step_remove_devices.go @@ -54,7 +54,7 @@ func (s *StepRemoveDevices) Run(state multistep.StateBag) multistep.StepAction { } vboxErr = driver.VBoxManage(command...) if vboxErr != nil { - log.Printf("Error removing floppy controller. Retrying") + log.Printf("Error removing floppy controller. Retrying.") return false, nil } return true, nil