Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-3334

incorrect logging template in CachingEntryCollector

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.2.12, 2.4.2, 2.5
    • 2.2.13, 2.4.3, 2.5.1
    • jackrabbit-core
    • None

    Description

      Is:

      log.debug("Update cache for node with ID

      {0}

      :

      {1}

      ", node, entries);

      Should be:

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

      Attachments

        Issue Links

          Activity

            People

              reschke Julian Reschke
              reschke Julian Reschke
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: