Skip to content

Commit 5108d54

Browse files
committed
Fixed field name in ServerDescription.toString()
1 parent e57ec1d commit 5108d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ public String toString() {
734734
+ (isReplicaSetMember()
735735
?
736736
", setName='" + setName + '\''
737-
+ ", host=" + canonicalAddress
737+
+ ", canonicalAddress=" + canonicalAddress
738738
+ ", hosts=" + hosts
739739
+ ", passives=" + passives
740740
+ ", arbiters=" + arbiters

0 commit comments

Comments
 (0)