0
0
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:
Dwight 2008-07-31 09:58:17 -04:00
commit 74337a4d3c

View File

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