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

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1126839

Longer description using lines' length under 72 chars.

With multiple paragraphs if necessary.

Change-Id: I99d7492bba98670027dbb5b13e2290bf84510ec1
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: Jiri Moskovcak <[email protected]>
---
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/76/31176/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/31176
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99d7492bba98670027dbb5b13e2290bf84510ec1
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Jiří Moskovčák <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to