summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/delete.cpp
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-11-18 11:50:57 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2014-11-18 17:03:02 -0500
commit107a8a87e50f4e625c6a4f0c533db0f75f037093 (patch)
tree6599bd62b1cf593f2c5dd46ad03f2d47c5bc9fa3 /src/mongo/db/exec/delete.cpp
parent9efe8f1e1d37239cf77e8b5de57bce42dc43e8e1 (diff)
downloadmongo-107a8a87e50f4e625c6a4f0c533db0f75f037093.tar.gz
SERVER-16209 LogComponent::kWrites -> kWrite
Diffstat (limited to 'src/mongo/db/exec/delete.cpp')
-rw-r--r--src/mongo/db/exec/delete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/delete.cpp b/src/mongo/db/exec/delete.cpp
index 8e1d476ea8d..fb24f9ec29c 100644
--- a/src/mongo/db/exec/delete.cpp
+++ b/src/mongo/db/exec/delete.cpp
@@ -26,7 +26,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"