a bit of debug to help debug was/Chris issue

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1450732 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-02-27 11:00:55 +00:00
parent 99c35ed4bb
commit b1238c6b87
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ public class DefaultRoleManagementService
this.roleManager = roleManager;
this.rbacManager = rbacManager;
this.userManager = userManager;
log.debug( "use rbacManager impl: {}", rbacManager.getClass().getName() );
log.debug( "use userManager impl: {}", userManager.getClass().getName() );
}
public Boolean createTemplatedRole( String templateId, String resource )