mirror of https://github.com/apache/archiva.git
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:
parent
07565fa15f
commit
b5f494d22c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue