summaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-09-23 08:18:00 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-09-23 08:18:00 -0400
commitadd83da297509c703ae8f3288b43eb33efdd8b38 (patch)
tree2ad91eb388f7d9420c59ebf82cc36ea6f9291324 /src/config
parentb16a0e1a875d43f904ce034a3b275480eb0aa877 (diff)
downloadmongo-add83da297509c703ae8f3288b43eb33efdd8b38.tar.gz
The "readserver" verbose flag was never deleted from the api_data.py list.
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config_def.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/config/config_def.c b/src/config/config_def.c
index ee11837f43e..ea8f82d6fbd 100644
--- a/src/config/config_def.c
+++ b/src/config/config_def.c
@@ -102,9 +102,9 @@ static const WT_CONFIG_CHECK confchk_connection_reconfigure[] = {
{ "verbose", "list",
"choices=[\"api\",\"block\",\"checkpoint\",\"compact\",\"evict\""
",\"evictserver\",\"fileops\",\"log\",\"lsm\",\"metadata\","
- "\"mutex\",\"overflow\",\"read\",\"readserver\",\"reconcile\","
- "\"recovery\",\"salvage\",\"shared_cache\",\"split\",\"verify\","
- "\"version\",\"write\"]",
+ "\"mutex\",\"overflow\",\"read\",\"reconcile\",\"recovery\","
+ "\"salvage\",\"shared_cache\",\"split\",\"verify\",\"version\","
+ "\"write\"]",
NULL },
{ NULL, NULL, NULL, NULL }
};
@@ -342,9 +342,9 @@ static const WT_CONFIG_CHECK confchk_wiredtiger_open[] = {
{ "verbose", "list",
"choices=[\"api\",\"block\",\"checkpoint\",\"compact\",\"evict\""
",\"evictserver\",\"fileops\",\"log\",\"lsm\",\"metadata\","
- "\"mutex\",\"overflow\",\"read\",\"readserver\",\"reconcile\","
- "\"recovery\",\"salvage\",\"shared_cache\",\"split\",\"verify\","
- "\"version\",\"write\"]",
+ "\"mutex\",\"overflow\",\"read\",\"reconcile\",\"recovery\","
+ "\"salvage\",\"shared_cache\",\"split\",\"verify\",\"version\","
+ "\"write\"]",
NULL },
{ NULL, NULL, NULL, NULL }
};