Repository: stratos Updated Branches: refs/heads/master 58e300a5e -> 40c0b3cd1
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/master Commit: 81eaea240d949e3d412fe83be75d007864bca41a Parents: 5b5f135 Author: Nirmal Fernando <[email protected]> Authored: Mon Oct 6 10:23:14 2014 +0530 Committer: Nirmal Fernando <[email protected]> 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."); }
