add a little more space

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-22 01:02:15 +00:00
parent bcc5a09105
commit a7bae20ee8
1 changed files with 3 additions and 3 deletions

View File

@ -105,14 +105,14 @@ public class MavenMetadataSource
} }
String message = "\n This artifact has been relocated to " + artifact.getGroupId() + ":" + String message = "\n This artifact has been relocated to " + artifact.getGroupId() + ":" +
artifact.getArtifactId() + ":" + artifact.getVersion() + ".\n\n"; artifact.getArtifactId() + ":" + artifact.getVersion() + ".\n";
if ( relocation.getMessage() != null ) if ( relocation.getMessage() != null )
{ {
message += relocation.getMessage(); message += " " + relocation.getMessage() + "\n";
} }
getLogger().warn( message ); getLogger().warn( message + "\n" );
} }
else else
{ {