summaryrefslogtreecommitdiff
path: root/s/s_only.cpp
diff options
context:
space:
mode:
Diffstat (limited to 's/s_only.cpp')
-rw-r--r--s/s_only.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/s_only.cpp b/s/s_only.cpp
index 89d358f117f..f0bc6bfa9c0 100644
--- a/s/s_only.cpp
+++ b/s/s_only.cpp
@@ -23,7 +23,7 @@
namespace mongo {
auto_ptr<CursorIterator> Helpers::find( const char *ns , BSONObj query , bool requireIndex ){
- uassert( "Helpers::find can't be used in mongos" , 0 );
+ uassert( 10196 , "Helpers::find can't be used in mongos" , 0 );
auto_ptr<CursorIterator> i;
return i;
}