up the log level on a super spammy statement

This commit is contained in:
Mike Danese 2015-11-09 11:26:30 -08:00
parent 7d7aa9ec1f
commit c91dac3270

View File

@ -132,7 +132,7 @@ func (s storeToNodeConditionLister) List() (nodes api.NodeList, err error) {
if s.predicate(node) {
nodes.Items = append(nodes.Items, node)
} else {
glog.V(2).Infof("Node %s matches none of the conditions", node.Name)
glog.V(5).Infof("Node %s matches none of the conditions", node.Name)
}
}
return