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:28:11 UTC

[sling-org-apache-sling-discovery-oak] 03/12: no-jira : fixing a log.info message that did not print out all parameters

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

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

commit 7a100d5bb95db6a6b5b4de9d71a470567f5e1917
Author: Stefan Egli <st...@apache.org>
AuthorDate: Mon Nov 16 11:14:19 2015 +0000

    no-jira : fixing a log.info message that did not print out all parameters
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/oak@1714555 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/discovery/oak/pinger/OakViewChecker.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/discovery/oak/pinger/OakViewChecker.java b/src/main/java/org/apache/sling/discovery/oak/pinger/OakViewChecker.java
index bc1b2ed..b0ed843 100644
--- a/src/main/java/org/apache/sling/discovery/oak/pinger/OakViewChecker.java
+++ b/src/main/java/org/apache/sling/discovery/oak/pinger/OakViewChecker.java
@@ -281,7 +281,7 @@ public class OakViewChecker extends BaseViewChecker {
             resourceMap.put("leaderElectionId", newLeaderElectionId);
             resourceMap.put("leaderElectionIdCreatedAt", leaderElectionCreatedAt);
 
-            logger.info("resetLeaderElectionId: storing my runtimeId: {}, endpoints: {} and sling home path: {}", 
+            logger.info("resetLeaderElectionId: storing my runtimeId: {}, endpoints: {}, sling home path: {}, new leaderElectionId: {}, created at: {}", 
                     new Object[]{runtimeId, endpointsAsString, slingHomePath, newLeaderElectionId, leaderElectionCreatedAt});
             resourceResolver.commit();
         } catch (LoginException e) {

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