Repository: stratos
Updated Branches:
  refs/heads/4.0.0-grouping 605b92f1b -> 5a171c559


fixing the wrongly used log statement


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/5a171c55
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/5a171c55
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/5a171c55

Branch: refs/heads/4.0.0-grouping
Commit: 5a171c559641591efc3c536fcc4217fa7f38f78b
Parents: 932f31f
Author: reka <[email protected]>
Authored: Thu Oct 30 15:50:10 2014 +0530
Committer: reka <[email protected]>
Committed: Thu Oct 30 15:50:19 2014 +0530

----------------------------------------------------------------------
 .../stratos/cloud/controller/topology/TopologyBuilder.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/5a171c55/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 b6e3470..1daec32 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
@@ -1020,7 +1020,7 @@ public class TopologyBuilder {
         try {
             TopologyManager.acquireWriteLock();
             group.setStatus(GroupStatus.Terminated);
-            log.info("Group activated adding status started for" + 
group.getUniqueIdentifier());
+            log.info("Group Terminated adding status started for" + 
group.getUniqueIdentifier());
 
             TopologyManager.updateTopology(topology);
         } finally {
@@ -1054,7 +1054,7 @@ public class TopologyBuilder {
         try {
             TopologyManager.acquireWriteLock();
             group.setStatus(GroupStatus.Terminating);
-            log.info("Group activated adding status started for " + 
group.getUniqueIdentifier());
+            log.info("Group Terminating adding status started for " + 
group.getUniqueIdentifier());
 
             TopologyManager.updateTopology(topology);
         } finally {

Reply via email to