Clarify how to run with logs if qemu fails to start (#3561)

remotes/boumenot/master
Brian Candler 10 years ago committed by Chris Bednarski
parent c53e3d01c0
commit 873760e69e

@ -123,7 +123,7 @@ func (d *QemuDriver) Qemu(qemuArgs ...string) error {
select {
case exit := <-endCh:
if exit != 0 {
return fmt.Errorf("Qemu failed to start. Please run with logs to get more info.")
return fmt.Errorf("Qemu failed to start. Please run with PACKER_LOG=1 to get more info.")
}
case <-time.After(2 * time.Second):
}

Loading…
Cancel
Save