Skip to content

Commit

Permalink
Making log output clearer for hyper-v gui connection
Browse files Browse the repository at this point in the history
  • Loading branch information
camjjack committed May 14, 2018
1 parent 29c4b44 commit 5710c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/hyperv/common/step_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 5710c0a

Please sign in to comment.