fix compilation for go tip

This commit is contained in:
Chris Lu 2018-06-12 00:58:43 -07:00
parent 17918f0b82
commit 69b4f93830

View file

@ -166,5 +166,5 @@ func exit() {
}
func debug(params ...interface{}) {
glog.V(4).Infoln(params)
glog.V(4).Infoln(params...)
}