Repository: incubator-stratos Updated Branches: refs/heads/master ea603b3b2 -> cddbff0ec
fixing wrong logs Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/cdfb359a Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/cdfb359a Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/cdfb359a Branch: refs/heads/master Commit: cdfb359a94e67e66642ed993bd07e82da44a4a55 Parents: 7e10ae2 Author: rekathiru <[email protected]> Authored: Thu Feb 20 17:55:23 2014 +0530 Committer: rekathiru <[email protected]> Committed: Thu Feb 20 17:55:23 2014 +0530 ---------------------------------------------------------------------- .../apache/stratos/cloud/controller/topology/TopologyBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/cdfb359a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyBuilder.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyBuilder.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyBuilder.java index ffd65b9..1ebaa34 100644 --- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyBuilder.java +++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/topology/TopologyBuilder.java @@ -325,7 +325,7 @@ public class TopologyBuilder { try { TopologyManager.acquireWriteLock(); member.setStatus(MemberStatus.ReadyToShutDown); - log.info("Member started event adding status started"); + log.info("Member Ready to shut down event adding status started"); TopologyManager.updateTopology(topology); } finally {
