diff options
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; } |