From 22f9a17983dba05e04f5004d1356f22d064e8182 Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Tue, 17 Aug 2010 09:27:28 -0400 Subject: fix command debugging --- db/query.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/query.cpp b/db/query.cpp index 761a312fe0e..e8e8a5d217d 100644 --- a/db/query.cpp +++ b/db/query.cpp @@ -657,7 +657,7 @@ namespace mongo { bb.skip(sizeof(QueryResult)); if ( runCommands(ns, jsobj, curop, bb, cmdResBuf, false, queryOptions) ) { - ss << " command "; + ss << " command: " << jsobj; curop.markCommand(); n = 1; qr.reset( (QueryResult *) bb.buf() ); -- cgit v1.2.1