fix logging
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1471397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
420044caa5
commit
500290d6a1
|
@ -731,7 +731,8 @@ public abstract class AbstractRBACManager
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
log.warn(
|
log.warn(
|
||||||
"error searching role with name '{}' probably some issues when migrating your role manager" );
|
"error searching role with name '{}' probably some issues when migrating your role manager",
|
||||||
|
roleName );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch ( RbacObjectNotFoundException e )
|
catch ( RbacObjectNotFoundException e )
|
||||||
|
|
Loading…
Reference in New Issue