diff options
Diffstat (limited to 'src/mongo/logv2/redaction_test.cpp')
-rw-r--r-- | src/mongo/logv2/redaction_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/logv2/redaction_test.cpp b/src/mongo/logv2/redaction_test.cpp index f5df641e3e4..c7db40ab768 100644 --- a/src/mongo/logv2/redaction_test.cpp +++ b/src/mongo/logv2/redaction_test.cpp @@ -27,7 +27,7 @@ * it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault +#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kDefault #include "mongo/logv2/redaction.h" |