Commit b75a2935 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/qemu: unnecssary log

parent 385a3383
...@@ -41,10 +41,7 @@ func (stepConfigureVNC) Run(state multistep.StateBag) multistep.StepAction { ...@@ -41,10 +41,7 @@ func (stepConfigureVNC) Run(state multistep.StateBag) multistep.StepAction {
} }
} }
msg = fmt.Sprintf("Found available VNC port: %d", vncPort) ui.Say(fmt.Sprintf("Found available VNC port: %d", vncPort))
ui.Say(msg)
log.Printf(msg)
state.Put("vnc_port", vncPort) state.Put("vnc_port", vncPort)
return multistep.ActionContinue return multistep.ActionContinue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment