diff options
author | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:08:06 +0200 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2011-09-14 17:08:06 +0200 |
commit | 5d342a758c6095b4d30aba0750b54f13b8916f51 (patch) | |
tree | 762e9aa84781f5e3b96db2c02d356c29cf0217c0 /s/util.h | |
parent | cbe2d992e9cd1ea66af9fa91df006106775d3073 (diff) | |
download | mongodb-5d342a758c6095b4d30aba0750b54f13b8916f51.tar.gz |
Imported Upstream version 2.0.0
Diffstat (limited to 's/util.h')
-rw-r--r-- | s/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ namespace mongo { virtual ~StaleConfigException() throw() {} - virtual void appendPrefix( stringstream& ss ) const { ss << "StaleConfigException: "; } + virtual void appendPrefix( stringstream& ss ) const { ss << "stale sharding config exception: "; } bool justConnection() const { return _justConnection; } |