Skip to content

Commit 808ad6c

Browse files
authored
Fixed ClusterSettings#toString
JAVA-5183
1 parent 5455ee9 commit 808ad6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/connection/ClusterSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ public String toString() {
567567
+ ", serverSelector='" + serverSelector + '\''
568568
+ ", clusterListeners='" + clusterListeners + '\''
569569
+ ", serverSelectionTimeout='" + serverSelectionTimeoutMS + " ms" + '\''
570-
+ ", localThreshold='" + serverSelectionTimeoutMS + " ms" + '\''
570+
+ ", localThreshold='" + localThresholdMS + " ms" + '\''
571571
+ '}';
572572
}
573573

0 commit comments

Comments
 (0)