0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
This commit is contained in:
Eliot Horowitz 2009-01-23 16:47:53 -05:00
parent 17a8a84af9
commit fa4ccdb845

View File

@ -569,7 +569,7 @@ namespace mongo {
if ( dbExecCommand.find( "/" ) ){
string dbDir = dbExecCommand.substr( 0 , dbExecCommand.find_last_of( "/" ) );
log(2) << cout << "dbDir [" << dbDir << "]";
log(2) << "dbDir [" << dbDir << "]";
possible.push_back( ( dbDir + "/../lib/mongo/" ));
}