Updated Branches: refs/heads/master bec828d22 -> 9e95f8f04
Fixing a typo in registry failure log Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/9e95f8f0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/9e95f8f0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/9e95f8f0 Branch: refs/heads/master Commit: 9e95f8f04dfe12f20508eb9667a9928794522dd5 Parents: bec828d Author: Lahiru Sandaruwan <[email protected]> Authored: Mon Dec 9 15:47:31 2013 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Mon Dec 9 15:47:31 2013 +0530 ---------------------------------------------------------------------- .../org/apache/stratos/autoscaler/registry/RegistryManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9e95f8f0/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/registry/RegistryManager.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/registry/RegistryManager.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/registry/RegistryManager.java index 4322e7a..1aa1820 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/registry/RegistryManager.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/registry/RegistryManager.java @@ -72,7 +72,7 @@ public class RegistryManager { } } catch (Exception e) { - String msg = "Failed to persist the cloud controller data in registry."; + String msg = "Failed to persist the Autoscaler data in registry."; registryService.rollbackTransaction(); log.error(msg, e); throw new AutoScalerException(msg, e);
