summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-12-29 23:30:29 -0500
committerEliot Horowitz <eliot@10gen.com>2009-12-29 23:30:29 -0500
commit5f36804299a717ef4a96e7c1ac38e62a796d0e3c (patch)
tree4953cc92a8194c47916fdf7821cba7ca8cccb9fe /db/dbcommands.cpp
parente610aaddca8b0a8a23f170e7b08a68f627ed967c (diff)
downloadmongo-5f36804299a717ef4a96e7c1ac38e62a796d0e3c.tar.gz
stop using stringstream for logging
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;