Browse Source

fix compilation error on go tip

pull/3153/head
Chris Lu 7 years ago
parent
commit
04fae03be8
  1. 2
      weed/weed.go

2
weed/weed.go

@ -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…
Cancel
Save