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:
Olivier Lamy 2013-04-24 13:14:58 +00:00
parent 420044caa5
commit 500290d6a1
1 changed files with 2 additions and 1 deletions

View File

@ -731,7 +731,8 @@ public abstract class AbstractRBACManager
else
{
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 )