From f4adb35b9a3746fca7e87c68a657fc6bb7990839 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 31 Jul 2013 14:02:00 -0700 Subject: [PATCH] builder/vmware: more logs for Workstation --- builder/vmware/step_type_boot_command.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder/vmware/step_type_boot_command.go b/builder/vmware/step_type_boot_command.go index f90542398..a7c0f9d5b 100644 --- a/builder/vmware/step_type_boot_command.go +++ b/builder/vmware/step_type_boot_command.go @@ -73,6 +73,8 @@ func (s *stepTypeBootCommand) Run(state map[string]interface{}) multistep.StepAc return multistep.ActionHalt } + log.Printf("Host IP for the VMware machine: %s", hostIp) + tplData := &bootCommandTemplateData{ hostIp, httpPort,