diff --git a/provisioner/windows-restart/provisioner.go b/provisioner/windows-restart/provisioner.go index d5d5bb2e2..06641432b 100644 --- a/provisioner/windows-restart/provisioner.go +++ b/provisioner/windows-restart/provisioner.go @@ -180,7 +180,7 @@ var waitForCommunicator = func(p *Provisioner) error { case <-time.After(retryableSleep): } - log.Printf("Attempting to communicator to machine with: '%s'", cmd.Command) + log.Printf("Checking that communicator is connected with: '%s'", cmd.Command) err := cmd.StartWithUi(p.comm, p.ui) if err != nil {