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,