Repository: stratos Updated Branches: refs/heads/master 3e2ad8f55 -> a00144634
Fix a log mistake Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/a0014463 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/a0014463 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/a0014463 Branch: refs/heads/master Commit: a00144634c9d803c9775fab66fae105558df8bf7 Parents: 3e2ad8f Author: Lahiru Sandaruwan <[email protected]> Authored: Sun Mar 29 17:48:14 2015 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Sun Mar 29 17:48:14 2015 +0530 ---------------------------------------------------------------------- .../apache/stratos/autoscaler/monitor/cluster/ClusterMonitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/a0014463/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitor.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitor.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitor.java index 3fcc315..d473f59 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitor.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/monitor/cluster/ClusterMonitor.java @@ -589,7 +589,7 @@ public class ClusterMonitor extends Monitor implements Runnable { instanceContext.setMemoryConsumptionReset(false); instanceContext.setLoadAverageReset(false); } else if (log.isDebugEnabled()) { - log.debug(String.format("Scale rule will not run since the LB statistics have not " + + log.debug(String.format("Scale rule will not run since any type of statistics have not " + "received before this cycle for [cluster instance context] %s [cluster] %s", instanceContext.getId(), clusterId)); }
