mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Merge branch 'master' of github.com:mongodb/mongo
This commit is contained in:
commit
57855de953
@ -711,6 +711,7 @@ namespace mongo {
|
||||
*retry = true;
|
||||
}
|
||||
else{
|
||||
(void)wasMaster; // silence set-but-not-used warning
|
||||
// assert( wasMaster );
|
||||
// printStackTrace();
|
||||
log() << "too many retries (" << _lazyState._retries << "), could not get data from replica set" << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user