From 5710c0aca17979c519422b1e2572820c640e2782 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 14 May 2018 20:53:51 +1000 Subject: [PATCH] Making log output clearer for hyper-v gui connection --- builder/hyperv/common/step_run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/hyperv/common/step_run.go b/builder/hyperv/common/step_run.go index 13bf640dfa9..bb415ffa149 100644 --- a/builder/hyperv/common/step_run.go +++ b/builder/hyperv/common/step_run.go @@ -33,7 +33,7 @@ func (s *StepRun) Run(_ context.Context, state multistep.StateBag) multistep.Ste s.vmName = vmName if !s.Headless { - ui.Say("Connecting to vmconnect...") + ui.Say("Attempting to connect with vmconnect...") s.GuiCancelFunc, err = driver.Connect(vmName) if err != nil { log.Printf(fmt.Sprintf("Non-fatal error starting vmconnect: %s. continuing...", err))