Unverified Commit b53edbc6 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70348 from zhangmingld/unnecessaryglogv10

duplicated glog.V(10) when had a if glog.V(10)
parents 5a8f8319 429e67a1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment