Merge remote-tracking branch 'origin/jetty-9.4.x'

This commit is contained in:
Jan Bartel 2016-09-22 17:10:48 +10:00
commit e9c59a956a
1 changed files with 1 additions and 1 deletions

View File

@ -958,7 +958,7 @@ public class StartArgs
if (arg.startsWith("--add-to-startd="))
{
String value = Props.getValue(arg);
StartLog.warn("--add-to-startd is deprecated! Instead use: --add-to-start=%s",value);
StartLog.warn("--add-to-startd is deprecated! Instead use: --create-startd --add-to-start=%s",value);
createStartd=true;
startModules.addAll(Props.getValues(arg));
run = false;