mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 02:38:03 +08:00
fix compilation for go tip
This commit is contained in:
@@ -166,5 +166,5 @@ func exit() {
|
||||
}
|
||||
|
||||
func debug(params ...interface{}) {
|
||||
glog.V(4).Infoln(params)
|
||||
glog.V(4).Infoln(params...)
|
||||
}
|
||||
|
Reference in New Issue
Block a user