Julian Reschke created JCR-3334:
-----------------------------------

             Summary: incorrect logging template in CachingEntryCollector
                 Key: JCR-3334
                 URL: https://issues.apache.org/jira/browse/JCR-3334
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
    Affects Versions: 2.4.2, 2.2.12, 2.6
            Reporter: Julian Reschke
            Assignee: Julian Reschke
            Priority: Trivial
             Fix For: 2.2.13, 2.4.3, 2.6


Is:

log.debug("Update cache for node with ID {0}: {1}", node, entries);

Should be:

log.debug("Update cache for node {}: {}", node, entries);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to