fix compilation for go tip
This commit is contained in:
@@ -166,5 +166,5 @@ func exit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func debug(params ...interface{}) {
|
func debug(params ...interface{}) {
|
||||||
glog.V(4).Infoln(params)
|
glog.V(4).Infoln(params...)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user