fix wording

pull/5069/head
Matthew Hooker 9 years ago
parent 5e3a119069
commit b1f06bbebb
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

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

Loading…
Cancel
Save