o Improved warning

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@805356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-18 10:58:49 +00:00
parent 284693bf7e
commit 7ed9ec5b37
1 changed files with 2 additions and 1 deletions

View File

@ -343,7 +343,8 @@ public class DefaultMaven
for ( String notActivatedProfileId : notActivatedProfileIds )
{
logger.warn( "Profile with id \"" + notActivatedProfileId + "\" has not been activated." );
logger.warn( "The requested profile \"" + notActivatedProfileId
+ "\" could not be activated because it does not exist." );
}
}