git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1433979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-01-16 15:20:38 +00:00
parent 0b09f58b18
commit 0c104fb59a
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public class DefaultLdapRoleMapper
}
else
{
log.warn( "skip group creation as no mapping fro roleName:'{}'", roleName );
log.warn( "skip group creation as no mapping for roleName:'{}'", roleName );
return false;
}
}