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 af8066d commit 6d74c73Copy full SHA for 6d74c73
src/main/com/mongodb/DBTCPConnector.java
@@ -569,7 +569,7 @@ private synchronized boolean setMasterAddress(ServerAddress addr) {
569
return false;
570
571
if ( _masterPortPool != null )
572
- _logger.log(Level.WARNING, "Master switching from " + _masterPortPool.getServerAddress() + " to " + addr);
+ _logger.log(Level.WARNING, "Primary switching from " + _masterPortPool.getServerAddress() + " to " + addr);
573
_masterPortPool = newPool;
574
return true;
575
}
0 commit comments