diff --git a/builder/hyperv/common/ssh.go b/builder/hyperv/common/ssh.go index 95d4eeaf8..e02cf04a6 100644 --- a/builder/hyperv/common/ssh.go +++ b/builder/hyperv/common/ssh.go @@ -10,7 +10,7 @@ func CommHost(host string) func(multistep.StateBag) (string, error) { return func(state multistep.StateBag) (string, error) { if host != "" { - log.Println("Using ssh_host value: %s", ipAddress) + log.Printf("Using ssh_host value: %s", host) return host, nil }