summaryrefslogtreecommitdiff
path: root/db/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/index.cpp')
-rw-r--r--db/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/index.cpp b/db/index.cpp
index 7971e667994..777a9b0f951 100644
--- a/db/index.cpp
+++ b/db/index.cpp
@@ -140,7 +140,7 @@ namespace mongo {
_fixed.push_back( BSONElement() );
nullKeyB.appendNull( "" );
if ( e.type() == String ){
- uassert( 13007 , "can only have 1 index plugin" , pluginName.size() == 0 );
+ uassert( 13007 , "can only have 1 index plugin / bad index key pattern" , pluginName.size() == 0 );
pluginName = e.valuestr();
}