mirror of https://github.com/apache/archiva.git
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:
parent
3bb1d378d6
commit
500b4e8d5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue