summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/authentication_commands.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2014-08-13 11:08:46 -0400
committerBenety Goh <benety@mongodb.com>2014-08-14 11:43:33 -0400
commit10827279fbc6380d4d7774837022b65b3204a988 (patch)
treebaf875d3f9478a748b5772fa73b6bd5ac8c407d0 /src/mongo/db/commands/authentication_commands.cpp
parent1f5428d02542074a49e054172f4dac46b06fd97b (diff)
downloadmongo-10827279fbc6380d4d7774837022b65b3204a988.tar.gz
SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENT
Diffstat (limited to 'src/mongo/db/commands/authentication_commands.cpp')
-rw-r--r--src/mongo/db/commands/authentication_commands.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/commands/authentication_commands.cpp b/src/mongo/db/commands/authentication_commands.cpp
index 9124abc46be..7b4576b2fc7 100644
--- a/src/mongo/db/commands/authentication_commands.cpp
+++ b/src/mongo/db/commands/authentication_commands.cpp
@@ -26,6 +26,10 @@
* it in the license file.
*/
+#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kAccessControl
+
+#include "mongo/platform/basic.h"
+
#include "mongo/db/commands/authentication_commands.h"
#include <boost/algorithm/string.hpp>