duplicated glog.V(10) when had a if glog.V(10)

pull/58/head
zhangmingld 2018-10-29 11:30:16 +08:00
parent 8616687c90
commit 429e67a12f
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ func PrioritizeNodes(
if glog.V(10) {
for i := range result {
glog.V(10).Infof("Host %s => Score %d", result[i].Host, result[i].Score)
glog.Infof("Host %s => Score %d", result[i].Host, result[i].Score)
}
}
return result, nil