improve warning until this goes away

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@159308 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-03-28 21:10:12 +00:00
parent 5ceabb7152
commit cfa6a77cfa

View File

@@ -211,8 +211,7 @@ class CvsChangeLogGenerator extends AbstractChangeLogGenerator
if (LOG.isWarnEnabled())
{
LOG.warn(
"Unable to find cvs executable. "
+ "Changelog will be empty");
"Unable to find cvs executable. Please check that it is in your path, and avoid using spaces in the path name. Changelog will be empty" );
}
}
else