summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-08-19 11:51:04 -0400
committerEliot Horowitz <eliot@10gen.com>2010-09-15 11:38:46 -0400
commitbccaaa9c1706e78074a8e520f83ec4cc51aaad36 (patch)
tree963ec1a54eac8231e361df8cadee2eef8b3d64f0 /db
parentcaef13fc810e9c229f07580bcae3a92e3d1d1a9b (diff)
downloadmongo-bccaaa9c1706e78074a8e520f83ec4cc51aaad36.tar.gz
err cleaning
Diffstat (limited to 'db')
-rw-r--r--db/pdfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/pdfile.cpp b/db/pdfile.cpp
index 288a000bd1f..c29bee076bc 100644
--- a/db/pdfile.cpp
+++ b/db/pdfile.cpp
@@ -912,7 +912,7 @@ namespace mongo {
if ( toupdate->netLength() < objNew.objsize() ) {
// doesn't fit. reallocate -----------------------------------------------------
- uassert( 10003 , "E10003 failing update: objects in a capped ns cannot grow", !(d && d->capped));
+ uassert( 10003 , "failing update: objects in a capped ns cannot grow", !(d && d->capped));
d->paddingTooSmall();
if ( cc().database()->profile )
ss << " moved ";