diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-02-23 17:43:55 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-02-23 17:43:55 -0500 |
commit | 9b3b8d33e147b17425afc6ceba563db7b9169cef (patch) | |
tree | 73e81fae205e29cf71f2a36def1c0978249d77fd /shell | |
parent | 3c09f99293eb8f4fa1824e301b3352348626312a (diff) | |
download | mongo-9b3b8d33e147b17425afc6ceba563db7b9169cef.tar.gz |
sharding checkpoint and copy and paste error
Diffstat (limited to 'shell')
-rw-r--r-- | shell/MongoJS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/MongoJS.cpp b/shell/MongoJS.cpp index 109f8ae6252..d261c02dd7e 100644 --- a/shell/MongoJS.cpp +++ b/shell/MongoJS.cpp @@ -324,7 +324,7 @@ Handle<Value> mongoFind(const Arguments& args){ return c; } catch ( ... ){ - return v8::ThrowException( v8::String::New( "socket error on insert" ) ); + return v8::ThrowException( v8::String::New( "socket error on query" ) ); } } |