Tweak debug startup message for run command, per PR comment

This commit is contained in:
Ryan Ernst 2015-11-17 17:18:44 -08:00
parent 0e8d605e2d
commit 9f59ba5abf
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ class ClusterFormationTasks {
// we must add debug options inside the closure so the config is read at execution time, as
// gradle task options are not processed until the end of the configuration phase
if (config.debug) {
println 'Running elasticsearch in debug mode, connect on port 8000'
println 'Running elasticsearch in debug mode, suspending until connected on port 8000'
esEnv['JAVA_OPTS'] += ' -agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000'
}