fix wording

This commit is contained in:
Matthew Hooker 2017-06-26 12:56:55 -07:00
parent 5e3a119069
commit b1f06bbebb
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {