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 297d843 commit 4395110Copy full SHA for 4395110
lib/operations/mongo_client_ops.js
@@ -593,7 +593,7 @@ function validOptions(options) {
593
594
if (legacyOptionNames.indexOf(name) !== -1) {
595
console.warn(
596
- `the server/replset/mongos options are deprecated, ` +
+ `the server/replset/mongos/db options are deprecated, ` +
597
`all their options are supported at the top level of the options object [${validOptionNames}]`
598
);
599
}
0 commit comments