diff options
author | Matt Kangas <matt.kangas@mongodb.com> | 2014-10-10 16:59:23 -0400 |
---|---|---|
committer | Matt Kangas <matt.kangas@mongodb.com> | 2014-10-27 14:00:14 -0400 |
commit | 28373a8a57c5caec25c02efb8b365f20d05387c6 (patch) | |
tree | 1f93338b91d709557efdbca3c136b1a4c9bf3898 /src/mongo/util/mmap_win.cpp | |
parent | 2509427be884a0a127b230bf4c2f98ac007aa05a (diff) | |
download | mongo-28373a8a57c5caec25c02efb8b365f20d05387c6.tar.gz |
SERVER-15604 log component kControl
Diffstat (limited to 'src/mongo/util/mmap_win.cpp')
-rw-r--r-- | src/mongo/util/mmap_win.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/mmap_win.cpp b/src/mongo/util/mmap_win.cpp index 996f155b11f..f4c6efa31fd 100644 --- a/src/mongo/util/mmap_win.cpp +++ b/src/mongo/util/mmap_win.cpp @@ -27,7 +27,7 @@ * then also delete it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kControl #include "mongo/pch.h" |