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 87c737f5313d8aa638cb837e68ca03cdf4c6d734
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Feb 4 14:06:49 2016 +0000

    SLING-5484 - add debug log for default user
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/serviceusermapper@1728484
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 fbb3465..e0e8220 100644
--- 
a/src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java
+++ 
b/src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java
@@ -375,7 +375,7 @@ public class ServiceUserMapperImpl implements 
ServiceUserMapper {
             }
         }
 
-        // finally, fall back to default user
+        log.debug("No mapping found, fallback to default user [{}]", 
this.defaultUser);
         return this.defaultUser;
     }
 

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to