summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/benchmark_main.cpp
diff options
context:
space:
mode:
authorGabriel Russell <gabriel.russell@mongodb.com>2020-02-28 15:46:04 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-28 23:25:35 +0000
commit74cb40385caadff986539d3b274b60e74772eda1 (patch)
tree01c9db53fae553d49be8cd614a87fe6b95d85449 /src/mongo/unittest/benchmark_main.cpp
parentf9c85d489e1d0dd7e9458d67af3a7675c0f2200c (diff)
downloadmongo-74cb40385caadff986539d3b274b60e74772eda1.tar.gz
SERVER-45567 removing util/log.h where I can
Diffstat (limited to 'src/mongo/unittest/benchmark_main.cpp')
-rw-r--r--src/mongo/unittest/benchmark_main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/unittest/benchmark_main.cpp b/src/mongo/unittest/benchmark_main.cpp
index 3d68ca5cc3c..08d5c246724 100644
--- a/src/mongo/unittest/benchmark_main.cpp
+++ b/src/mongo/unittest/benchmark_main.cpp
@@ -53,10 +53,10 @@ int main(int argc, char** argv, char** envp) {
return 1;
#ifndef MONGO_CONFIG_OPTIMIZED_BUILD
- ::mongo::LOGV2(23049,
- "***WARNING*** MongoDB was built with --opt=off. Function timings may be "
- "affected. Always verify any code change against the production environment "
- "(e.g. --opt=on).");
+ LOGV2(23049,
+ "***WARNING*** MongoDB was built with --opt=off. Function timings may be "
+ "affected. Always verify any code change against the production environment "
+ "(e.g. --opt=on).");
#endif
::benchmark::RunSpecifiedBenchmarks();