Jiří Moskovčák has uploaded a new change for review.

Change subject: engine: reduced logging in Even distribution policy
......................................................................

engine: reduced logging in Even distribution policy

Change-Id: I99d7492bba98670027dbb5b13e2290bf84510ec1
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1126839
Signed-off-by: Jiri Moskovcak <jmosk...@redhat.com>
(cherry picked from commit 7f74698b81b55156d9d779e9aff248cdf5064709)
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/policyunits/EvenDistributionBalancePolicyUnit.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/35263/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/policyunits/EvenDistributionBalancePolicyUnit.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/policyunits/EvenDistributionBalancePolicyUnit.java
index 6881f7e..3ec29f6 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/policyunits/EvenDistributionBalancePolicyUnit.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/policyunits/EvenDistributionBalancePolicyUnit.java
@@ -54,7 +54,7 @@
 
         // if there aren't any overutilized hosts, then there is nothing to 
balance...
         if (overUtilizedHosts == null || overUtilizedHosts.size() == 0) {
-            log.infoFormat("There is no over-utilized host in cluster '{0}'", 
cluster.getName());
+            log.debugFormat("There is no over-utilized host in cluster '{0}'", 
cluster.getName());
             return null;
         }
 


-- 
To view, visit http://gerrit.ovirt.org/35263
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99d7492bba98670027dbb5b13e2290bf84510ec1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Jiří Moskovčák <jmosk...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to