[
https://issues.apache.org/jira/browse/SLING-7631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16460578#comment-16460578
]
Antonio Sanso commented on SLING-7631:
--------------------------------------
fixed in rev. 31d72ce..2a87d59
> Wrong log debug statement in ResourceResolverImpl
> -------------------------------------------------
>
> Key: SLING-7631
> URL: https://issues.apache.org/jira/browse/SLING-7631
> Project: Sling
> Issue Type: Bug
> Components: ResourceResolver
> Reporter: Antonio Sanso
> Assignee: Antonio Sanso
> Priority: Minor
>
> There is a wrong log debug statement in {{ResourceResolverImpl#map}} in [0]
> {code:java}
> logger.debug("resolve: MapEntry {} matches, mapped path is {}", mapEntry,
> mappedPath);{code}
> it should be
> {code:java}
> logger.debug("map: MapEntry {} matches, mapped path is {}", mapEntry,
> mappedPath);{code}
> [0]
> https://github.com/apache/sling-org-apache-sling-resourceresolver/blob/master/src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverImpl.java#L568
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)