fix compilation error on go tip

This commit is contained in:
Chris Lu
2018-06-11 23:51:36 -07:00
parent eaf000eff1
commit 17918f0b82
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ func writeJsonError(w http.ResponseWriter, r *http.Request, httpStatus int, err
}
func debug(params ...interface{}) {
glog.V(4).Infoln(params)
glog.V(4).Infoln(params...)
}
func submitForClientHandler(w http.ResponseWriter, r *http.Request, masterUrl string) {