summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-08-03 18:22:11 -0400
committerEliot Horowitz <eliot@10gen.com>2010-08-03 18:22:11 -0400
commit240f550d7a9ba268bb6e5ca58ead567b5ef3f033 (patch)
tree880b008efd8f2dbd08d791bc538a112dae13e844
parent82af423af6afb9b21afed478a18d816d87a92928 (diff)
downloadmongo-240f550d7a9ba268bb6e5ca58ead567b5ef3f033.tar.gz
spam less
-rw-r--r--s/d_migrate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_migrate.cpp b/s/d_migrate.cpp
index afd65e864d8..84d70c57675 100644
--- a/s/d_migrate.cpp
+++ b/s/d_migrate.cpp
@@ -124,7 +124,7 @@ namespace mongo {
break;
cleanup.initial = left;
- if ( ++loops % 20 == 0 ){
+ if ( ( loops++ % 200 ) == 0 ){
log() << " (looping " << loops << ") waiting to cleanup " << cleanup.ns << " from " << cleanup.min << " -> " << cleanup.max << " # cursors:" << cleanup.initial.size() << endl;
stringstream ss;