mirror of https://github.com/apache/cassandra
Fix typo in stress JavaDriverClient.java
Closes #97 Patch by Ian Macalinao; Reviewed by Jeff Jirsa for CASSANDRA-13355
This commit is contained in:
parent
dd53266466
commit
5b8b1ce26c
|
|
@ -165,7 +165,7 @@ public class JavaDriverClient
|
|||
connectionsPerHost);
|
||||
for (Host host : metadata.getAllHosts())
|
||||
{
|
||||
System.out.printf("Datatacenter: %s; Host: %s; Rack: %s%n",
|
||||
System.out.printf("Datacenter: %s; Host: %s; Rack: %s%n",
|
||||
host.getDatacenter(), host.getAddress(), host.getRack());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue