mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
squash warning
This commit is contained in:
parent
dfedac14db
commit
3e12f9c332
@ -191,7 +191,7 @@ namespace mongo {
|
||||
try {
|
||||
acquirePathLock();
|
||||
}
|
||||
catch ( DBException& e ){
|
||||
catch ( DBException& ){
|
||||
cerr << endl << "If you are running a mongod on the same "
|
||||
"path you should connect to that instead of direct data "
|
||||
"file access" << endl << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user