reduce log noise for that

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1546897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-12-02 05:02:12 +00:00
parent 3bb1d378d6
commit 500b4e8d5e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class DefaultPluginsServices
private void feed( List<String> repository, String key )
throws ArchivaRestServiceException
{
log.info( "Feeding: {}", key );
log.debug( "Feeding: {}", key );
repository.clear();
Resource[] xmlResources;
try