This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to annotated tag org.apache.sling.serviceusermapper-1.2.6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-serviceusermapper.git
commit c32106cc3aa9fae4cec512261d05dcfef2760a4c
Author: Bertrand Delacretaz <bdelacretaz@apache.org>
AuthorDate: Thu Feb 4 14:48:22 2016 +0000
SLING-5484 - log the active mappings update as well
git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/serviceusermapper@1728490
13f79535-47bb-0310-9956-ffa450edef68
---
.../org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java
b/src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java
index cdf82f0..edd22dd 100644
--- a/src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java
+++ b/src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java
@@ -240,6 +240,7 @@ public class ServiceUserMapperImpl implements ServiceUserMapper {
}
activeMappings = mappings.toArray(new Mapping[mappings.size()]);
+ log.debug("Active mappings updated: {}", mappings);
RegistrationSet registrationSet = updateServiceRegistrations(activeMappings);
--
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.
|