summaryrefslogtreecommitdiff
path: root/src/mongo/db/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index.cpp')
-rw-r--r--src/mongo/db/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index.cpp b/src/mongo/db/index.cpp
index 8d3a46c0f2b..9f6da5803be 100644
--- a/src/mongo/db/index.cpp
+++ b/src/mongo/db/index.cpp
@@ -243,7 +243,7 @@ namespace mongo {
return false;
}
sourceCollection = nsdetails(sourceNS);
- tlog() << "info: creating collection " << sourceNS << " on add index" << endl;
+ MONGO_TLOG(0) << "info: creating collection " << sourceNS << " on add index" << endl;
verify( sourceCollection );
}