diff options
Diffstat (limited to 'src/mongo/util/diagnostic_info.cpp')
-rw-r--r-- | src/mongo/util/diagnostic_info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/diagnostic_info.cpp b/src/mongo/util/diagnostic_info.cpp index 9adf6b9d9e6..1dd79d934a0 100644 --- a/src/mongo/util/diagnostic_info.cpp +++ b/src/mongo/util/diagnostic_info.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/platform/basic.h" |