Skip to content

Commit 6d74c73

Browse files
author
Ryan
committed
changed Master to Primary in log statement.
1 parent af8066d commit 6d74c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/mongodb/DBTCPConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ private synchronized boolean setMasterAddress(ServerAddress addr) {
569569
return false;
570570

571571
if ( _masterPortPool != null )
572-
_logger.log(Level.WARNING, "Master switching from " + _masterPortPool.getServerAddress() + " to " + addr);
572+
_logger.log(Level.WARNING, "Primary switching from " + _masterPortPool.getServerAddress() + " to " + addr);
573573
_masterPortPool = newPool;
574574
return true;
575575
}

0 commit comments

Comments
 (0)