mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
This commit is contained in:
commit
74337a4d3c
@ -787,7 +787,8 @@ void initAndListen(int listenPort, const char *dbPath, const char *appserverLoc
|
||||
int pid=0;
|
||||
#endif
|
||||
|
||||
log() << "Mongo DB : starting : pid = " << pid << " port = " << port << " dbpath = " << dbpath << endl;
|
||||
log() << "Mongo DB : starting : pid = " << pid << " port = " << port << " dbpath = " << dbpath
|
||||
<< " master = " << master << " slave = " << slave << endl;
|
||||
|
||||
if( useJNI ) {
|
||||
JavaJS = new JavaJSImpl(appserverLoc);
|
||||
|
Loading…
Reference in New Issue
Block a user