comment changes

This commit is contained in:
Dawn Chen 2014-07-21 14:46:59 -07:00
parent 064237a5b8
commit dc921b8c65

View File

@ -203,7 +203,7 @@ func (server *APIServer) handleMinionReq(w http.ResponseWriter, req *http.Reques
minionHost := path[:idx]
_, port, _ := net.SplitHostPort(minionHost)
if port == "" {
// No port information
// Couldn't retrieve port information
// TODO: Retrieve port info from a common object
minionHost += ":10250"
}