This commit is contained in:
Matthew Hooker 2017-03-24 11:56:40 -07:00
parent dc72af66eb
commit 35480e21b2
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -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