diff options
Diffstat (limited to 'src/mongo/util/processinfo_darwin.cpp')
-rw-r--r-- | src/mongo/util/processinfo_darwin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/processinfo_darwin.cpp b/src/mongo/util/processinfo_darwin.cpp index 43cd0edd85c..4967c88bbeb 100644 --- a/src/mongo/util/processinfo_darwin.cpp +++ b/src/mongo/util/processinfo_darwin.cpp @@ -27,7 +27,7 @@ * then also delete it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kControl #include "mongo/pch.h" #include "mongo/util/processinfo.h" |