better logging
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1451780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a54ae0aaf
commit
a8f651e8a6
|
@ -58,7 +58,7 @@ public class DefaultLdapRoleMapperConfiguration
|
|||
throws MappingException
|
||||
{
|
||||
ldapMappings.put( ldapGroup, roles );
|
||||
log.warn( "addLdapMapping implemented but only in memory save" );
|
||||
log.warn( "addLdapMapping implemented but only in memory save: group '{}' roles '{}'", ldapGroup, roles );
|
||||
}
|
||||
|
||||
public void removeLdapMapping( String group )
|
||||
|
@ -70,7 +70,7 @@ public class DefaultLdapRoleMapperConfiguration
|
|||
throws MappingException
|
||||
{
|
||||
ldapMappings.put( ldapGroup, roles );
|
||||
log.warn( "updateLdapMapping implemented but only in memory save" );
|
||||
log.warn( "updateLdapMapping implemented but only in memory save: group '{}' roles '{}'", ldapGroup, roles );
|
||||
}
|
||||
|
||||
public void setLdapGroupMappings( Map<String, List<String>> mappings )
|
||||
|
|
Loading…
Reference in New Issue