summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_lock_file.h
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2020-04-24 14:16:31 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-27 23:44:41 +0000
commit06755cd5a43d08b5e1e9163e060177d728ae6696 (patch)
tree9e0c09b02e91e565a4658c34a16f2e51debab5ea /src/mongo/db/storage/storage_engine_lock_file.h
parent404e44ce81b762db8ceee31df8e5b344f717e6a5 (diff)
downloadmongo-06755cd5a43d08b5e1e9163e060177d728ae6696.tar.gz
SERVER-46398 Expand the data directory not found message on startup to be more informative
Diffstat (limited to 'src/mongo/db/storage/storage_engine_lock_file.h')
-rw-r--r--src/mongo/db/storage/storage_engine_lock_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/storage_engine_lock_file.h b/src/mongo/db/storage/storage_engine_lock_file.h
index 603a83adfaa..bea803a1b95 100644
--- a/src/mongo/db/storage/storage_engine_lock_file.h
+++ b/src/mongo/db/storage/storage_engine_lock_file.h
@@ -97,6 +97,8 @@ public:
void clearPidAndUnlock();
private:
+ std::string _getNonExistentPathMessage() const;
+
std::string _dbpath;
std::string _filespec;
bool _uncleanShutdown;