Show the correct value for JMX port in cassandra-stress settings

Patch by Guy Bolton King; reviewed by tjake for CASSANDRA-12759
This commit is contained in:
Guy Bolton King 2016-09-26 16:48:14 +01:00 committed by T Jake Luciani
parent 1bc736d935
commit cbc792531f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class SettingsPort implements Serializable
{
out.printf(" Native Port: %d%n", nativePort);
out.printf(" Thrift Port: %d%n", thriftPort);
out.printf(" JMX Port: %d%n", nativePort);
out.printf(" JMX Port: %d%n", jmxPort);
}