mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
pretty print dry-run only in debug mode
This commit is contained in:
parent
f3601267c4
commit
a423416f6f
@ -384,7 +384,7 @@ public class Main
|
||||
if (args.isDryRun())
|
||||
{
|
||||
CommandLineBuilder cmd = args.getMainArgs(baseHome,true);
|
||||
System.out.println(cmd.toString(File.separatorChar=='/'?" \\\n":" "));
|
||||
System.out.println(cmd.toString(StartLog.isDebugEnabled()?" \\\n":" "));
|
||||
}
|
||||
|
||||
if (args.isStopCommand())
|
||||
|
Loading…
x
Reference in New Issue
Block a user