1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-06 03:20:41 +02:00

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{}) {
glog.V(4).Infoln(params)
glog.V(4).Infoln(params...)
}