summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_metadata.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2015-02-11 14:28:30 -0500
committerBenety Goh <benety@mongodb.com>2015-02-11 14:28:30 -0500
commit7997065932af5c6af2b03613c9e2de0e11f8f518 (patch)
treea39006ec3f414c7a5c2be77625ca283636475d63 /src/mongo/db/storage/storage_engine_metadata.cpp
parenteb09fb001f22257cca43ef4c846843e0a2c40a31 (diff)
downloadmongo-7997065932af5c6af2b03613c9e2de0e11f8f518.tar.gz
SERVER-17210 fixed typo in validation warning
Diffstat (limited to 'src/mongo/db/storage/storage_engine_metadata.cpp')
-rw-r--r--src/mongo/db/storage/storage_engine_metadata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/storage_engine_metadata.cpp b/src/mongo/db/storage/storage_engine_metadata.cpp
index 6e9eea67c72..cf7cf233d00 100644
--- a/src/mongo/db/storage/storage_engine_metadata.cpp
+++ b/src/mongo/db/storage/storage_engine_metadata.cpp
@@ -77,7 +77,7 @@ namespace {
else {
// The storage metadata file is present but there was an issue
// reading its contents.
- warning() << "Unable to read the existing the storage engine metadata: "
+ warning() << "Unable to read the existing storage engine metadata: "
<< status.toString();
return std::auto_ptr<StorageEngineMetadata>();
}