summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_rs.cpp
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-11-18 11:03:06 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-11-18 17:03:02 -0500
commitaf8fdf9102f60fc731ef64c8ad5cb2b19745dc4e (patch)
tree4d96afc4ec64c0666b3575e6019b8522412896b5 /src/mongo/client/dbclient_rs.cpp
parent6704a4548ae6b5c310991e4d5d82509999cef306 (diff)
downloadmongo-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.cpp2
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"