diff options
author | Gabriel Russell <gabriel.russell@mongodb.com> | 2020-03-05 13:45:21 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-14 21:34:40 +0000 |
commit | 79a8c251b6aa40165893bf0026091559eb5c13c7 (patch) | |
tree | 8a0728952b9ef13ae8a72c8c2ed60a6cf0492833 /src/mongo/db/geo | |
parent | be3eeca3c9802293b4a18cfae2d28c6cd41dfa29 (diff) | |
download | mongo-79a8c251b6aa40165893bf0026091559eb5c13c7.tar.gz |
SERVER-46127 unit tests log to a kTest component
Diffstat (limited to 'src/mongo/db/geo')
-rw-r--r-- | src/mongo/db/geo/r2_region_coverer_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/geo/r2_region_coverer_test.cpp b/src/mongo/db/geo/r2_region_coverer_test.cpp index 54d07ba6c4b..0716496a43c 100644 --- a/src/mongo/db/geo/r2_region_coverer_test.cpp +++ b/src/mongo/db/geo/r2_region_coverer_test.cpp @@ -27,7 +27,7 @@ * it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kGeo +#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kTest #include <chrono> #include <memory> |