summaryrefslogtreecommitdiff
path: root/s/util.h
diff options
context:
space:
mode:
Diffstat (limited to 's/util.h')
-rw-r--r--s/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/util.h b/s/util.h
index 2bc89ae..2bf1c94 100644
--- a/s/util.h
+++ b/s/util.h
@@ -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; }