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