diff options
| author | Dwight <dmerriman@gmail.com> | 2008-07-07 18:57:04 -0400 |
|---|---|---|
| committer | Dwight <dmerriman@gmail.com> | 2008-07-07 18:57:04 -0400 |
| commit | 1bf45a0843ae3f28977f3a26a637c478ac557371 (patch) | |
| tree | a044ed15137cd89171abefb11722296007aeb99a /db/db.cpp | |
| parent | b3f5a1f27fa034302efe813fc9f650ae875728b8 (diff) | |
fix deleteindexes and drop issuer0.0.7_rc3
minor hashtab fix
ensureindex works now if collection DNE
Diffstat (limited to 'db/db.cpp')
| -rw-r--r-- | db/db.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db.cpp b/db/db.cpp index 8debc342790..0a37b98c20a 100644 --- a/db/db.cpp +++ b/db/db.cpp @@ -494,7 +494,7 @@ void connThread() stringstream ss; if( !dbMsgPort.recv(m) ) { - cout << "MessagingPort::recv(): returned false " << dbMsgPort.farEnd.toString() << endl; + cout << "end connection " << dbMsgPort.farEnd.toString() << endl; dbMsgPort.shutdown(); break; } |
