summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-08-21 17:05:29 -0400
committerEliot Horowitz <eliot@10gen.com>2009-08-21 17:05:29 -0400
commit4be8bfc8054131a7dc092ff09c7d05bde086ef3f (patch)
tree585b74c9e7ec90897fd55238db0333f83a0d011e
parenta9dc788da113af1654525b05f827acfc09c8472c (diff)
downloadmongo-4be8bfc8054131a7dc092ff09c7d05bde086ef3f.tar.gz
log(1) new extents
-rw-r--r--db/pdfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/pdfile.cpp b/db/pdfile.cpp
index bf27f938131..ad1a7eaefd1 100644
--- a/db/pdfile.cpp
+++ b/db/pdfile.cpp
@@ -1282,7 +1282,7 @@ assert( !eloc.isNull() );
if ( loc.isNull() ) {
// out of space
if ( d->capped == 0 ) { // size capped doesn't grow
- DEV log() << "allocating new extent for " << ns << " padding:" << d->paddingFactor << endl;
+ log(1) << "allocating new extent for " << ns << " padding:" << d->paddingFactor << endl;
database->newestFile()->allocExtent(ns, followupExtentSize(len, d->lastExtentSize));
loc = d->alloc(ns, lenWHdr, extentLoc);
}