summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_topology_coordinator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/mongos_topology_coordinator.cpp')
-rw-r--r--src/mongo/s/mongos_topology_coordinator.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/s/mongos_topology_coordinator.cpp b/src/mongo/s/mongos_topology_coordinator.cpp
index d78aa14c764..a397d40f12f 100644
--- a/src/mongo/s/mongos_topology_coordinator.cpp
+++ b/src/mongo/s/mongos_topology_coordinator.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kCommand
#include "mongo/logv2/log.h"
@@ -37,6 +36,9 @@
#include "mongo/s/mongos_topology_coordinator.h"
#include "mongo/util/fail_point.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kCommand
+
+
namespace mongo {
namespace {