diff options
Diffstat (limited to 'src/mongo/util/concurrency/thread_pool.cpp')
-rw-r--r-- | src/mongo/util/concurrency/thread_pool.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/util/concurrency/thread_pool.cpp b/src/mongo/util/concurrency/thread_pool.cpp index ffeecda1be4..28ea8b7236f 100644 --- a/src/mongo/util/concurrency/thread_pool.cpp +++ b/src/mongo/util/concurrency/thread_pool.cpp @@ -28,6 +28,8 @@ * then also delete it in the license file. */ +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault + #include "mongo/pch.h" #include "mongo/util/concurrency/thread_pool.h" |