Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-7631

Wrong log debug statement in ResourceResolverImpl

    XMLWordPrintableJSON

Details

    Description

      There is a wrong log debug statement in ResourceResolverImpl#map in [0]

      logger.debug("resolve: MapEntry {} matches, mapped path is {}", mapEntry, mappedPath);

      it should be

      logger.debug("map: MapEntry {} matches, mapped path is {}", mapEntry, mappedPath);

      [0] https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/master/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverImpl.java#L568

      Attachments

        Activity

          People

            asanso Antonio Sanso
            asanso Antonio Sanso
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: