You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:27:05 UTC

[sling-org-apache-sling-discovery-base] 03/07: SLING-6945 : lowered a harmless log.error to log.info with more detailed log message

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

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

commit 301904836341786f88f3920d406916c91c9ddcca
Author: Stefan Egli <st...@apache.org>
AuthorDate: Tue Jun 20 13:04:03 2017 +0000

    SLING-6945 : lowered a harmless log.error to log.info with more detailed log message
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1799346 13f79535-47bb-0310-9956-ffa450edef68
---
 .../java/org/apache/sling/discovery/base/commons/BaseViewChecker.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9ebd495..fc6c062 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
@@ -215,7 +215,7 @@ public abstract class BaseViewChecker implements ViewChecker, Runnable {
     protected void doCheckView() {
         // check the remotes first
         if (getAnnouncementRegistry() == null) {
-            logger.error("announcementRegistry is null");
+            logger.info("announcementRegistry is null (will check view again later)");
             return;
         }
         getAnnouncementRegistry().checkExpiredAnnouncements();

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.