fix typo in warning

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2004-08-21 00:15:53 +00:00
parent 9fa341cf45
commit 48498cea35
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ public void get( Artifact artifact, File destination, Set repositories )
}
catch ( TransferFailedException e )
{
getLogger().warn( "Failure getting artifact from repository '" + repository + "'" + e );
getLogger().warn( "Failure getting artifact from repository '" + repository + "': " + e );
getLogger().debug( "Stack trace", e );
continue;
}