summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/global_user_write_block_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/global_user_write_block_state.cpp')
-rw-r--r--src/mongo/db/s/global_user_write_block_state.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/s/global_user_write_block_state.cpp b/src/mongo/db/s/global_user_write_block_state.cpp
index a4a1ab933fd..01266b19aa3 100644
--- a/src/mongo/db/s/global_user_write_block_state.cpp
+++ b/src/mongo/db/s/global_user_write_block_state.cpp
@@ -27,13 +27,15 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
#include "mongo/platform/basic.h"
#include "mongo/db/s/global_user_write_block_state.h"
#include "mongo/db/write_block_bypass.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kSharding
+
+
namespace mongo {
namespace {