1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 14:51:09 +02:00

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...)
}