0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

squash warning

This commit is contained in:
Mathias Stearn 2010-07-02 12:03:07 -04:00
parent dfedac14db
commit 3e12f9c332

View File

@ -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;