From eaaa7b30c99b89b5483e0a372bb73fe8c8695185 Mon Sep 17 00:00:00 2001 From: Antonin Kral Date: Fri, 30 Mar 2012 21:40:45 +0200 Subject: Imported Upstream version 2.0.4 --- s/shardconnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 's/shardconnection.cpp') 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(); } -- cgit v1.2.3