diff options
Diffstat (limited to 'src/mongo/db/commands.h')
-rw-r--r-- | src/mongo/db/commands.h | 1 |
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; } }; |