You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2014/10/11 21:04:52 UTC

[07/11] git commit: changing logging message

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 <rr...@gmail.com>
Authored: Sat Oct 11 22:02:09 2014 +0530
Committer: R-Rajkumar <rr...@gmail.com>
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()));
 						}
 					}