Commit 7dfeda35 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer/plugin: Properly log the max port

parent 88f7b330
......@@ -32,7 +32,7 @@ func serve(server *rpc.Server) (err error) {
}
log.Printf("Plugin minimum port: %d\n", minPort)
log.Printf("Plugin maximum port: %d\n", minPort)
log.Printf("Plugin maximum port: %d\n", maxPort)
var address string
var listener net.Listener
......
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