You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2012/06/11 16:58:42 UTC

[jira] [Resolved] (JCR-3334) incorrect logging template in CachingEntryCollector

     [ https://issues.apache.org/jira/browse/JCR-3334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke resolved JCR-3334.
---------------------------------

    Resolution: Fixed
    
> 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.2.12, 2.4.2, 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