This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.discovery.base-1.1.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git

commit ccd3ba5713781c2897709f19fa913e7ae7f66c55
Author: Stefan Egli <[email protected]>
AuthorDate: Mon Nov 9 14:13:42 2015 +0000

    no-jira : fixed a logger.info
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1713438
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/discovery/base/commons/BaseViewChecker.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/discovery/base/commons/BaseViewChecker.java 
b/src/main/java/org/apache/sling/discovery/base/commons/BaseViewChecker.java
index dfee387..ad1043a 100644
--- a/src/main/java/org/apache/sling/discovery/base/commons/BaseViewChecker.java
+++ b/src/main/java/org/apache/sling/discovery/base/commons/BaseViewChecker.java
@@ -190,10 +190,10 @@ public abstract class BaseViewChecker implements 
ViewChecker, Runnable, StartupL
             // use 'fireJobAt' here, instead of 'fireJob' to make sure the job 
can always be triggered
             // 'fireJob' checks for a job from the same job-class to already 
exist
             // 'fireJobAt' though allows to pass a name for the job - which 
can be made unique, thus does not conflict/already-exist
-            logger.info("triggerConnectorPing: firing job to trigger 
heartbeat");
+            logger.info("triggerAsyncConnectorPing: firing job to trigger 
heartbeat");
             getScheduler().fireJobAt(NAME+UUID.randomUUID(), this, null, new 
Date(System.currentTimeMillis()-1000 /* make sure it gets triggered 
immediately*/));
         } catch (Exception e) {
-            logger.info("triggerConnectorPing: Could not trigger heartbeat: " 
+ e);
+            logger.info("triggerAsyncConnectorPing: Could not trigger 
heartbeat: " + e);
         }
     }
     

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to