summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/auto_split_vector_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/auto_split_vector_command.cpp')
-rw-r--r--src/mongo/db/s/auto_split_vector_command.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/s/auto_split_vector_command.cpp b/src/mongo/db/s/auto_split_vector_command.cpp
index 821527cac7d..2c2795310ff 100644
--- a/src/mongo/db/s/auto_split_vector_command.cpp
+++ b/src/mongo/db/s/auto_split_vector_command.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
#include "mongo/db/auth/authorization_session.h"
#include "mongo/db/commands.h"
@@ -36,6 +35,9 @@
#include "mongo/logv2/log.h"
#include "mongo/s/request_types/auto_split_vector_gen.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
+
+
namespace mongo {
namespace {