summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_descriptor.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/index_descriptor.cpp
parentf88237b9afdf56989adb5113890646d931d520cc (diff)
downloadmongo-6704a4548ae6b5c310991e4d5d82509999cef306.tar.gz
SERVER-16209 LogComponent::kIndexing -> kIndex
Diffstat (limited to 'src/mongo/db/index/index_descriptor.cpp')
-rw-r--r--src/mongo/db/index/index_descriptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/index_descriptor.cpp b/src/mongo/db/index/index_descriptor.cpp
index 9ca39122ab3..05e2994008b 100644
--- a/src/mongo/db/index/index_descriptor.cpp
+++ b/src/mongo/db/index/index_descriptor.cpp
@@ -28,7 +28,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/index_descriptor.h"
#include "mongo/util/log.h"