summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rotate_certificates_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/rotate_certificates_command.cpp')
-rw-r--r--src/mongo/db/commands/rotate_certificates_command.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/db/commands/rotate_certificates_command.cpp b/src/mongo/db/commands/rotate_certificates_command.cpp
index e389f54e058..65fd79fbaf1 100644
--- a/src/mongo/db/commands/rotate_certificates_command.cpp
+++ b/src/mongo/db/commands/rotate_certificates_command.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::kCommand
#include "mongo/platform/basic.h"
@@ -37,6 +36,9 @@
#include "mongo/logv2/log.h"
#include "mongo/util/net/ssl_manager.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kCommand
+
+
namespace mongo {
namespace {