We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57ec1d commit 5108d54Copy full SHA for 5108d54
driver-core/src/main/com/mongodb/connection/ServerDescription.java
@@ -734,7 +734,7 @@ public String toString() {
734
+ (isReplicaSetMember()
735
?
736
", setName='" + setName + '\''
737
- + ", host=" + canonicalAddress
+ + ", canonicalAddress=" + canonicalAddress
738
+ ", hosts=" + hosts
739
+ ", passives=" + passives
740
+ ", arbiters=" + arbiters
0 commit comments