mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
typo
This commit is contained in:
parent
17a8a84af9
commit
fa4ccdb845
@ -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/" ));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user