summaryrefslogtreecommitdiff
path: root/src/mongo/util/log_and_backoff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/log_and_backoff.cpp')
-rw-r--r--src/mongo/util/log_and_backoff.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/util/log_and_backoff.cpp b/src/mongo/util/log_and_backoff.cpp
index e7b33729215..48f4be16704 100644
--- a/src/mongo/util/log_and_backoff.cpp
+++ b/src/mongo/util/log_and_backoff.cpp
@@ -27,13 +27,15 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kDefault
#include "mongo/util/log_and_backoff.h"
#include "mongo/logv2/log.h"
#include "mongo/util/time_support.h"
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kDefault
+
+
namespace mongo::log_backoff_detail {
void logAndBackoffImpl(size_t numAttempts) {