diff options
author | Matt Kangas <matt.kangas@mongodb.com> | 2014-11-18 11:50:57 -0500 |
---|---|---|
committer | Matt Kangas <matt.kangas@mongodb.com> | 2014-11-18 17:03:02 -0500 |
commit | 107a8a87e50f4e625c6a4f0c533db0f75f037093 (patch) | |
tree | 6599bd62b1cf593f2c5dd46ad03f2d47c5bc9fa3 /src/mongo/db/ops/update_result.cpp | |
parent | 9efe8f1e1d37239cf77e8b5de57bce42dc43e8e1 (diff) | |
download | mongo-107a8a87e50f4e625c6a4f0c533db0f75f037093.tar.gz |
SERVER-16209 LogComponent::kWrites -> kWrite
Diffstat (limited to 'src/mongo/db/ops/update_result.cpp')
-rw-r--r-- | src/mongo/db/ops/update_result.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/update_result.cpp b/src/mongo/db/ops/update_result.cpp index bcbe22a0312..f5e31c1a3d8 100644 --- a/src/mongo/db/ops/update_result.cpp +++ b/src/mongo/db/ops/update_result.cpp @@ -28,7 +28,7 @@ * it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kWrites +#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kWrite #include "mongo/platform/basic.h" |