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/client/dbclient_rs.cpp | |
parent | 6704a4548ae6b5c310991e4d5d82509999cef306 (diff) | |
download | mongo-af8fdf9102f60fc731ef64c8ad5cb2b19745dc4e.tar.gz |
SERVER-16209 LogComponent::kNetworking -> kNetwork
Diffstat (limited to 'src/mongo/client/dbclient_rs.cpp')
-rw-r--r-- | src/mongo/client/dbclient_rs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/client/dbclient_rs.cpp b/src/mongo/client/dbclient_rs.cpp index 0ccac0f4df3..793f903a6cc 100644 --- a/src/mongo/client/dbclient_rs.cpp +++ b/src/mongo/client/dbclient_rs.cpp @@ -25,7 +25,7 @@ * then also delete 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/platform/basic.h" |