summaryrefslogtreecommitdiff
path: root/client/connpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/connpool.cpp')
-rw-r--r--client/connpool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/connpool.cpp b/client/connpool.cpp
index 94ce4ec..ca3713d 100644
--- a/client/connpool.cpp
+++ b/client/connpool.cpp
@@ -405,7 +405,7 @@ namespace mongo {
if ( _conn ) {
if ( ! _conn->isFailed() ) {
/* see done() comments above for why we log this line */
- log() << "~ScopedDbConnection: _conn != null" << endl;
+ log() << "scoped connection to " << _conn->getServerAddress() << " not being returned to the pool" << endl;
}
kill();
}