correcting a typo in a 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/3898d404 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/3898d404 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/3898d404 Branch: refs/heads/master Commit: 3898d404f27a019cbc1b90c8ed38847f49923639 Parents: 15687a0 Author: Isuru <[email protected]> Authored: Wed Feb 12 12:28:32 2014 +0530 Committer: Isuru <[email protected]> Committed: Wed Feb 12 12:28:32 2014 +0530 ---------------------------------------------------------------------- .../cartridge/agent/data/publisher/log/LogPublisherManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/3898d404/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/data/publisher/log/LogPublisherManager.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/data/publisher/log/LogPublisherManager.java b/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/data/publisher/log/LogPublisherManager.java index 8c61b62..02b8e63 100644 --- a/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/data/publisher/log/LogPublisherManager.java +++ b/components/org.apache.stratos.cartridge.agent/src/main/java/org/apache/stratos/cartridge/agent/data/publisher/log/LogPublisherManager.java @@ -53,7 +53,7 @@ public class LogPublisherManager { // wait till monitoring server ports are active CartridgeAgentUtils.waitUntilPortsActive(dataPublisherConfig.getMonitoringServerIp(), ports); if(!CartridgeAgentUtils.checkPortsActive(dataPublisherConfig.getMonitoringServerIp(), ports)) { - throw new DataPublisherException("Monitoring server not not active, data publishing is aborted"); + throw new DataPublisherException("Monitoring server not active, data publishing is aborted"); } // stream definition identifier = {log.publisher.<cluster id>}
