reduce log noise with using debug for something normal not a a warn

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1180898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-10 12:01:04 +00:00
parent 89de5fce51
commit 77fd603c0c
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ public class ArtifactIndexingTask
if ( context != null )
{
LoggerFactory.getLogger( ArtifactIndexingTask.class ).warn(
LoggerFactory.getLogger( ArtifactIndexingTask.class ).debug(
"skip adding repository with id {} as already exists", repository.getId() );
return context;
}