diff options
author | Matt Kangas <matt.kangas@mongodb.com> | 2014-10-14 00:06:21 -0400 |
---|---|---|
committer | Matt Kangas <matt.kangas@mongodb.com> | 2014-10-14 13:42:51 -0400 |
commit | a3d8e9a0c447c40aff9eb7fcbd94119737dc971c (patch) | |
tree | e0d4989e2a975720fb353fff63d8ff81ffe6e8aa /src/third_party/s2 | |
parent | b51d7e60c5eecc22f72727610459c009ffaac2b0 (diff) | |
download | mongo-a3d8e9a0c447c40aff9eb7fcbd94119737dc971c.tar.gz |
SERVER-15592 set default log component for all cpp
Diffstat (limited to 'src/third_party/s2')
-rwxr-xr-x | src/third_party/s2/base/logging.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/s2/base/logging.cc b/src/third_party/s2/base/logging.cc index 0c918bd5406..3c497449684 100755 --- a/src/third_party/s2/base/logging.cc +++ b/src/third_party/s2/base/logging.cc @@ -11,6 +11,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kGeo + #include "logging.h" #include "mongo/util/assert_util.h" |