no need to concat String if debug not activated : so use slf4j {}

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1129178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-05-30 14:04:08 +00:00
parent 5d9fbb8fdf
commit 235ceb3c04
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public abstract class AbstractUpdatePolicy
if ( ALWAYS.equals( policySetting ) )
{
// Skip means ok to update.
log.debug( "OK to update, " + getUpdateMode() + " policy set to ALWAYS." );
log.debug( "OK to update, {} policy set to ALWAYS.", getUpdateMode() );
return;
}