summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2008-07-31 09:58:17 -0400
committerDwight <dmerriman@gmail.com>2008-07-31 09:58:17 -0400
commit74337a4d3c01b93623049a2766532bb0b5e29e79 (patch)
treebbba700234a893e132621418b232c01a730d9c68
parent37acacbe0783849f69040194fa527ee9585e39eb (diff)
parent22285ede9a09fcef5259c3facb511cbd9f203cf2 (diff)
downloadmongo-74337a4d3c01b93623049a2766532bb0b5e29e79.tar.gz
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pr0.1.0_rc1
-rw-r--r--db/db.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/db.cpp b/db/db.cpp
index 57159e51357..c203654a810 100644
--- a/db/db.cpp
+++ b/db/db.cpp
@@ -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);