summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2020-04-14 16:45:29 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-15 22:09:40 +0000
commitda349337d17dfa6bf5e92edac92045fab84e1742 (patch)
tree7bb83f22696f506ccde7f336939acdc8102678c7 /src/mongo/dbtests
parent31858ad493d65e90eb5447427bf11e317af9b939 (diff)
downloadmongo-da349337d17dfa6bf5e92edac92045fab84e1742.tar.gz
SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appender
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r--src/mongo/dbtests/jstests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/jstests.cpp b/src/mongo/dbtests/jstests.cpp
index 5efcb146d5e..7955260d03d 100644
--- a/src/mongo/dbtests/jstests.cpp
+++ b/src/mongo/dbtests/jstests.cpp
@@ -40,12 +40,12 @@
#include "mongo/db/hasher.h"
#include "mongo/db/json.h"
#include "mongo/dbtests/dbtests.h"
+#include "mongo/logger/logger.h"
#include "mongo/platform/decimal128.h"
#include "mongo/scripting/engine.h"
#include "mongo/shell/shell_utils.h"
#include "mongo/util/concurrency/thread_name.h"
#include "mongo/util/future.h"
-#include "mongo/util/log.h"
#include "mongo/util/time_support.h"
#include "mongo/util/timer.h"