summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r--src/mongo/db/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands.h b/src/mongo/db/commands.h
index b9f43d195be..6f93ba4a3b8 100644
--- a/src/mongo/db/commands.h
+++ b/src/mongo/db/commands.h
@@ -184,6 +184,7 @@ namespace mongo {
BSONObjBuilder& result,
bool fromRepl) {
errmsg = name + " is not supported when running with authentication enabled";
+ log() << errmsg << std::endl;
return false;
}
};