summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Studer <greg@10gen.com>2012-10-24 16:00:34 -0400
committerGreg Studer <greg@10gen.com>2012-10-24 16:00:34 -0400
commit2a4f6c579ef9af2b55bef451db50b102445277f7 (patch)
treefded35a88ac70f2d0f75f470f66799432cea6e24
parent5b3faedafb53cfe7df1464442d67f7aea6d9a9a1 (diff)
downloadmongo-2a4f6c579ef9af2b55bef451db50b102445277f7.tar.gz
SERVER-6802 errorcode
-rw-r--r--src/mongo/s/strategy_shard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/strategy_shard.cpp b/src/mongo/s/strategy_shard.cpp
index a949f95f05f..2b2c7490ccb 100644
--- a/src/mongo/s/strategy_shard.cpp
+++ b/src/mongo/s/strategy_shard.cpp
@@ -683,7 +683,7 @@ namespace mongo {
// a later error from mongos, we shouldn't throw this error but the
// later one.
if (group.hasException() && continueOnError) warning() << errMsg;
- else uasserted(16451, errMsg);
+ else uasserted(16460, errMsg);
}
//