summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_history_iterator.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2020-03-05 14:13:03 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-10 19:23:52 +0000
commit45eab9f82a18613b877598a951dc7b95f85f2059 (patch)
tree45ebe031ec8de64d98fd4fc44b9ad60f2b148211 /src/mongo/db/transaction_history_iterator.cpp
parent3848ef2467665a7c7756eb19b42cb0f523c03535 (diff)
downloadmongo-45eab9f82a18613b877598a951dc7b95f85f2059.tar.gz
SERVER-46585 Move redact to logv2
Diffstat (limited to 'src/mongo/db/transaction_history_iterator.cpp')
-rw-r--r--src/mongo/db/transaction_history_iterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/transaction_history_iterator.cpp b/src/mongo/db/transaction_history_iterator.cpp
index ceca114d322..d3bff7fb807 100644
--- a/src/mongo/db/transaction_history_iterator.cpp
+++ b/src/mongo/db/transaction_history_iterator.cpp
@@ -39,7 +39,7 @@
#include "mongo/db/repl/local_oplog_info.h"
#include "mongo/db/repl/oplog_entry.h"
#include "mongo/db/transaction_history_iterator.h"
-#include "mongo/logger/redaction.h"
+#include "mongo/logv2/redaction.h"
#include "mongo/util/str.h"
namespace mongo {