mirror of https://github.com/apache/maven.git
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:
parent
9fa341cf45
commit
48498cea35
|
@ -199,7 +199,7 @@ public class DefaultWagonManager
|
|||
}
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue