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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/log_and_backoff.cpp b/src/mongo/util/log_and_backoff.cpp
index 7f7785e3317..e7b33729215 100644
--- a/src/mongo/util/log_and_backoff.cpp
+++ b/src/mongo/util/log_and_backoff.cpp
@@ -27,7 +27,7 @@
* it in the license file.
*/
-#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kDefault
#include "mongo/util/log_and_backoff.h"