summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/option_section.cpp
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-12-15 17:09:03 -0500
committerEric Milkie <milkie@10gen.com>2014-12-17 18:22:24 -0500
commitd9a10c7f8bfd3f28b74bb1208188d1f1fb280c5f (patch)
tree425d51b81208d1d2bb0f25669b225d3b735363b3 /src/mongo/util/options_parser/option_section.cpp
parent8d90ce21ffb7fac21fd9f287ce3d66a4c6b576b8 (diff)
downloadmongo-d9a10c7f8bfd3f28b74bb1208188d1f1fb280c5f.tar.gz
SERVER-16313 whitelist of storage options for WiredTiger
Diffstat (limited to 'src/mongo/util/options_parser/option_section.cpp')
-rw-r--r--src/mongo/util/options_parser/option_section.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/options_parser/option_section.cpp b/src/mongo/util/options_parser/option_section.cpp
index 6118334d2f8..1d9611e742d 100644
--- a/src/mongo/util/options_parser/option_section.cpp
+++ b/src/mongo/util/options_parser/option_section.cpp
@@ -327,7 +327,7 @@ namespace optionenvironment {
<< oditerator->_dottedName << "\", but trying to use it on the command line "
<< "or INI config file. Only options that are exclusive to the YAML config "
<< "file can have an empty single name";
- return Status(ErrorCodes::InternalError, oditerator->_dottedName);
+ return Status(ErrorCodes::InternalError, sb.str());
}
boostOptions->add_options()(oditerator->_singleName.c_str(),