diff --git a/helper/communicator/step_connect_ssh.go b/helper/communicator/step_connect_ssh.go index b17fd5424..2eb975b99 100644 --- a/helper/communicator/step_connect_ssh.go +++ b/helper/communicator/step_connect_ssh.go @@ -186,8 +186,8 @@ func (s *StepConnectSSH) waitForSSH(state multistep.StateBag, cancel <-chan stru Timeout: s.Config.SSHReadWriteTimeout, } - log.Println("[INFO] Attempting SSH connection to %s...", address) - log.Println("[DEBUG] Config to %#v...", config) + log.Printf("[INFO] Attempting SSH connection to %s...", address) + log.Printf("[DEBUG] Config to %#v...", config) comm, err = ssh.New(address, config) if err != nil { log.Printf("[DEBUG] SSH handshake err: %s", err)