summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/dbcommands.cpp')
-rw-r--r--db/dbcommands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dbcommands.cpp b/db/dbcommands.cpp
index 35eef287596..0f9739ec560 100644
--- a/db/dbcommands.cpp
+++ b/db/dbcommands.cpp
@@ -1341,7 +1341,7 @@ namespace mongo {
returns true if ran a cmd
*/
- bool _runCommands(const char *ns, BSONObj& _cmdobj, stringstream& ss, BufBuilder &b, BSONObjBuilder& anObjBuilder, bool fromRepl, int queryOptions) {
+ bool _runCommands(const char *ns, BSONObj& _cmdobj, BufBuilder &b, BSONObjBuilder& anObjBuilder, bool fromRepl, int queryOptions) {
if( logLevel >= 1 )
log() << "run command " << ns << ' ' << _cmdobj << endl;