improve warning so it doesn't randomly download twice

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@278918 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-06 05:37:18 +00:00
parent f348cf8492
commit ddb34ee46d
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ public class DefaultWagonManager
// repository's checksum checking policy.
if ( firstRun )
{
getLogger().warn( "*** CHECKSUM FAILED - " + e.getMessage() + " - RETRYING" );
retry = true;
}
else