diff options
Diffstat (limited to 'src/mongo/executor/async_stream.cpp')
-rw-r--r-- | src/mongo/executor/async_stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/executor/async_stream.cpp b/src/mongo/executor/async_stream.cpp index 0b7f5289c38..1ac8a47470f 100644 --- a/src/mongo/executor/async_stream.cpp +++ b/src/mongo/executor/async_stream.cpp @@ -26,7 +26,7 @@ * it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kExecutor +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kASIO #include "mongo/platform/basic.h" |