summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_access_method.cpp
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-11-18 11:01:32 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-11-18 17:03:01 -0500
commit6704a4548ae6b5c310991e4d5d82509999cef306 (patch)
tree21e35e238efcd7a17e75eb7861259742d720686c /src/mongo/db/index/s2_access_method.cpp
parentf88237b9afdf56989adb5113890646d931d520cc (diff)
downloadmongo-6704a4548ae6b5c310991e4d5d82509999cef306.tar.gz
SERVER-16209 LogComponent::kIndexing -> kIndex
Diffstat (limited to 'src/mongo/db/index/s2_access_method.cpp')
-rw-r--r--src/mongo/db/index/s2_access_method.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/s2_access_method.cpp b/src/mongo/db/index/s2_access_method.cpp
index 128d21404cb..2c3aad34011 100644
--- a/src/mongo/db/index/s2_access_method.cpp
+++ b/src/mongo/db/index/s2_access_method.cpp
@@ -26,7 +26,7 @@
* it in the license file.
*/
-#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kIndexing
+#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kIndex
#include "mongo/db/index/s2_access_method.h"