mirror of https://github.com/k3s-io/k3s
duplicated glog.V(10) when had a if glog.V(10)
parent
8616687c90
commit
429e67a12f
|
@ -749,7 +749,7 @@ func PrioritizeNodes(
|
||||||
|
|
||||||
if glog.V(10) {
|
if glog.V(10) {
|
||||||
for i := range result {
|
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
|
return result, nil
|
||||||
|
|
Loading…
Reference in New Issue