summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/dns_health_observer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/process_health/dns_health_observer.cpp')
-rw-r--r--src/mongo/db/process_health/dns_health_observer.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/process_health/dns_health_observer.cpp b/src/mongo/db/process_health/dns_health_observer.cpp
index ef414513aff..6f41e5e2785 100644
--- a/src/mongo/db/process_health/dns_health_observer.cpp
+++ b/src/mongo/db/process_health/dns_health_observer.cpp
@@ -26,7 +26,6 @@
* exception statement from all source files in the program, then also delete
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kProcessHealth
#include "mongo/db/process_health/dns_health_observer.h"
@@ -39,6 +38,9 @@
#include <algorithm>
#include <random>
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kProcessHealth
+
+
namespace mongo {
namespace process_health {