Antonio Sanso created SLING-7631:
------------------------------------
Summary: Wrong log debug statement in ResourceResolverImpl
Key: SLING-7631
URL: https://issues.apache.org/jira/browse/SLING-7631
Project: Sling
Issue Type: Bug
Reporter: Antonio Sanso
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)