Updated Branches:
  refs/heads/master d95128548 -> a41ee2f77

Updated error log in topic health checker


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

Branch: refs/heads/master
Commit: a41ee2f77ac4fe927684c02f1d06bc56ec64c340
Parents: d951285
Author: Imesh Gunaratne <[email protected]>
Authored: Fri Dec 20 13:49:38 2013 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Fri Dec 20 13:49:38 2013 +0530

----------------------------------------------------------------------
 .../stratos/messaging/broker/heartbeat/TopicHealthChecker.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a41ee2f7/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/broker/heartbeat/TopicHealthChecker.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/broker/heartbeat/TopicHealthChecker.java
 
b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/broker/heartbeat/TopicHealthChecker.java
index a72445d..1fbd25e 100644
--- 
a/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/broker/heartbeat/TopicHealthChecker.java
+++ 
b/components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/broker/heartbeat/TopicHealthChecker.java
@@ -57,7 +57,7 @@ public class TopicHealthChecker implements Runnable {
                                // implies connection is not established
                                // sleep for 5s and retry
                                try {
-                                       log.error(topicName + " topic Health 
Checker is failed and will retry to establish a connection after a 5s.");
+                                       log.error(topicName + " topic health 
checker is failed and will retry to establish a connection after 5s.");
                                        Thread.sleep(5000);
                                        break;
                                } catch (InterruptedException ignore) {

Reply via email to