builder/vmware/common: better UI when forcibly shutting down

pull/919/head
Mitchell Hashimoto 13 years ago
parent 2b3d98d48d
commit f134bcc3f4

@ -88,6 +88,7 @@ func (s *StepShutdown) Run(state multistep.StateBag) multistep.StepAction {
}
}
} else {
ui.Say("Forcibly halting virtual machine...")
if err := driver.Stop(vmxPath); err != nil {
err := fmt.Errorf("Error stopping VM: %s", err)
state.Put("error", err)

Loading…
Cancel
Save