You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ni...@apache.org on 2014/10/06 06:53:35 UTC

git commit: Fixing a typo in a log.

Repository: stratos
Updated Branches:
  refs/heads/container-autoscaling 5b5f13520 -> 81eaea240


Fixing a typo in a log.


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

Branch: refs/heads/container-autoscaling
Commit: 81eaea240d949e3d412fe83be75d007864bca41a
Parents: 5b5f135
Author: Nirmal Fernando <ni...@gmail.com>
Authored: Mon Oct 6 10:23:14 2014 +0530
Committer: Nirmal Fernando <ni...@gmail.com>
Committed: Mon Oct 6 10:23:14 2014 +0530

----------------------------------------------------------------------
 .../cloud/controller/impl/CloudControllerServiceImpl.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/81eaea24/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
index 824bc29..18269e6 100644
--- a/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
+++ b/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/impl/CloudControllerServiceImpl.java
@@ -1422,7 +1422,7 @@ public class CloudControllerServiceImpl implements CloudControllerService {
 			kubApi.createReplicationController(controller);
 			
 			if (log.isDebugEnabled()) {
-				log.debug("Cloud Controller successfully starte the controller "
+				log.debug("Cloud Controller successfully started the controller "
 						+ controller + " via Kubernetes layer.");
 			}
 			
@@ -1438,7 +1438,7 @@ public class CloudControllerServiceImpl implements CloudControllerService {
 			kubApi.createService(service);
 			
 			if (log.isDebugEnabled()) {
-				log.debug("Cloud Controller successfully starte the controller "
+				log.debug("Cloud Controller successfully started the service "
 						+ controller + " via Kubernetes layer.");
 			}