better slf4j usage

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1387382 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-18 21:59:20 +00:00
parent 87ab0e7a04
commit 0221a6181d
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public class MetadataUpdaterConsumer
}
catch ( LayoutException e )
{
log.info( "Not processing path that is not an artifact: " + path + " (" + e.getMessage() + ")" );
log.info( "Not processing path that is not an artifact: {} ({})", path, e.getMessage() );
}
}
}