diff options
author | Antonin Kral <a.kral@bobek.cz> | 2012-03-30 21:40:45 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2012-03-30 21:40:45 +0200 |
commit | eaaa7b30c99b89b5483e0a372bb73fe8c8695185 (patch) | |
tree | 6c08f243b00c0f6b7a4897a236774cf484e61314 /s/shardconnection.cpp | |
parent | ba59b00736b5b8dc0f0bd46397575aaf0cd4d44f (diff) | |
download | mongodb-eaaa7b30c99b89b5483e0a372bb73fe8c8695185.tar.gz |
Imported Upstream version 2.0.4
Diffstat (limited to 's/shardconnection.cpp')
-rw-r--r-- | s/shardconnection.cpp | 2 |
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(); } |