mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix compilation error on go tip
This commit is contained in:
parent
55a685b1c3
commit
04fae03be8
|
@ -166,5 +166,5 @@ func exit() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func debug(params ...interface{}) {
|
func debug(params ...interface{}) {
|
||||||
glog.V(4).Infoln(params)
|
glog.V(4).Infoln(params...)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue