mirror of https://github.com/apache/maven.git
MNG-2648 Silence irritating logging
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@522692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
528505a662
commit
dddd69dac1
|
@ -297,12 +297,12 @@ public class DefaultWagonManager
|
|||
// This one we will eat when looking through remote repositories
|
||||
// because we want to cycle through them all before squawking.
|
||||
|
||||
getLogger().warn( "Unable to get resource '" + artifact.getId() + "' from repository " +
|
||||
getLogger().debug( "Unable to get resource '" + artifact.getId() + "' from repository " +
|
||||
repository.getId() + " (" + repository.getUrl() + ")" );
|
||||
}
|
||||
catch ( TransferFailedException e )
|
||||
{
|
||||
getLogger().warn( "Unable to get resource '" + artifact.getId() + "' from repository " +
|
||||
getLogger().debug( "Unable to get resource '" + artifact.getId() + "' from repository " +
|
||||
repository.getId() + " (" + repository.getUrl() + ")" );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue