changing logging message
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/5a928c9a Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/5a928c9a Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/5a928c9a Branch: refs/heads/master Commit: 5a928c9afae89e81ccdf1f7438e3c8cb7a5ef856 Parents: 673a0eb Author: R-Rajkumar <[email protected]> Authored: Sat Oct 11 22:02:09 2014 +0530 Committer: R-Rajkumar <[email protected]> Committed: Sat Oct 11 22:02:09 2014 +0530 ---------------------------------------------------------------------- .../org/apache/stratos/autoscaler/rule/RuleTasksDelegator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/5a928c9a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/rule/RuleTasksDelegator.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/rule/RuleTasksDelegator.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/rule/RuleTasksDelegator.java index e350955..e35c9cb 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/rule/RuleTasksDelegator.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/rule/RuleTasksDelegator.java @@ -279,7 +279,7 @@ public class RuleTasksDelegator { if (null != memberContext) { // we are not removing from active/pending list, it will be handled in AS event receiver if (log.isDebugEnabled()) { - log.debug(String.format("Scaling down, terminating the member with id %s in cluster %s", + log.debug(String.format("Scaling down, terminated the member with id %s in cluster %s", memberContext.getMemberId(), memberContext.getClusterId())); } }
