fine tune logging

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-28 14:03:37 +00:00
parent 2ddf785fef
commit 07facba258
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ public void getArtifact( Artifact artifact, ArtifactRepository repository )
}
else
{
getLogger().info( "Skipping disabled repository " + repository.getId() );
getLogger().debug( "Skipping disabled repository " + repository.getId() );
}
}