diff options
author | Matt Kangas <matt.kangas@mongodb.com> | 2014-11-18 11:03:06 -0500 |
---|---|---|
committer | Matt Kangas <matt.kangas@mongodb.com> | 2014-11-18 17:03:02 -0500 |
commit | af8fdf9102f60fc731ef64c8ad5cb2b19745dc4e (patch) | |
tree | 4d96afc4ec64c0666b3575e6019b8522412896b5 /src/mongo/db/restapi.cpp | |
parent | 6704a4548ae6b5c310991e4d5d82509999cef306 (diff) | |
download | mongo-af8fdf9102f60fc731ef64c8ad5cb2b19745dc4e.tar.gz |
SERVER-16209 LogComponent::kNetworking -> kNetwork
Diffstat (limited to 'src/mongo/db/restapi.cpp')
-rw-r--r-- | src/mongo/db/restapi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/restapi.cpp b/src/mongo/db/restapi.cpp index a50e0424612..65e014c0437 100644 --- a/src/mongo/db/restapi.cpp +++ b/src/mongo/db/restapi.cpp @@ -29,7 +29,7 @@ * it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kNetworking +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kNetwork #include "mongo/pch.h" |