builder/vmware: Log the timeout

This commit is contained in:
Mitchell Hashimoto 2013-06-06 09:12:58 -07:00
parent a3800625ac
commit fd7d1fde70
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ func (s *stepWaitForSSH) Run(state map[string]interface{}) multistep.StepAction
waitDone <- true
}()
log.Printf("Waiting for SSH, up to timeout: %s", config.SSHWaitTimeout.String())
select {
case <-waitDone:
if err != nil {