summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-03-28 00:33:33 -0400
committerEliot Horowitz <eliot@10gen.com>2010-03-28 00:34:09 -0400
commit2f3fc6261917cb9ec9bd80c7bb24fe070ff9e31b (patch)
treec069d5df5b3fcf1220b76af2b856b69f421584e1
parent6a05e9026eef5fe730e2a62c4c2223c03c212768 (diff)
downloadmongo-2f3fc6261917cb9ec9bd80c7bb24fe070ff9e31b.tar.gz
wrong method name
-rw-r--r--db/pdfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/pdfile.cpp b/db/pdfile.cpp
index c8ce584531c..ab7212946f0 100644
--- a/db/pdfile.cpp
+++ b/db/pdfile.cpp
@@ -1141,7 +1141,7 @@ namespace mongo {
break;
}
}
- progress.done();
+ progress.finished();
return n;
}