reduce log noise

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1419579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-10 16:46:33 +00:00
parent 07565fa15f
commit b5f494d22c
1 changed files with 2 additions and 1 deletions

View File

@ -346,7 +346,8 @@ public class ArchivaConfigurableUsersManager
@Override
public void setUserManagerImpl( UserManager userManagerImpl )
{
log.error( "setUserManagerImpl cannot be used in this implementation" );
// not possible here but we know so no need of log.error
log.debug( "setUserManagerImpl cannot be used in this implementation" );
}
@Override