fix compilation error on go tip

This commit is contained in:
Chris Lu 2018-06-29 00:14:18 -07:00
parent 55a685b1c3
commit 04fae03be8

View file

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