summaryrefslogtreecommitdiff
path: root/src/mongo/db/prefetch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/prefetch.cpp')
-rw-r--r--src/mongo/db/prefetch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/prefetch.cpp b/src/mongo/db/prefetch.cpp
index df22063cc0b..1d953f97879 100644
--- a/src/mongo/db/prefetch.cpp
+++ b/src/mongo/db/prefetch.cpp
@@ -70,6 +70,7 @@ namespace mongo {
int indexCount = nsd->nIndexesBeingBuilt();
BSONObjSet unusedKeys;
for ( int indexNo = 0; indexNo < indexCount; indexNo++ ) {
+ log() << "eliot : " << indexNo << endl;
// This will page in all index pages for the given object.
try {
fetchIndexInserters(/*out*/unusedKeys, inserter, nsd, indexNo, obj, unusedDl);