Commit 429e67a1 authored by zhangmingld's avatar zhangmingld

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

parent 8616687c
......@@ -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