mirror of https://github.com/apache/archiva.git
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:
parent
5d9fbb8fdf
commit
235ceb3c04
|
@ -128,7 +128,7 @@ public abstract class AbstractUpdatePolicy
|
||||||
if ( ALWAYS.equals( policySetting ) )
|
if ( ALWAYS.equals( policySetting ) )
|
||||||
{
|
{
|
||||||
// Skip means ok to update.
|
// 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue