Skip to content

Commit 22f9a17

Browse files
committed
fix command debugging
1 parent f93e19c commit 22f9a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/query.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ namespace mongo {
657657
bb.skip(sizeof(QueryResult));
658658

659659
if ( runCommands(ns, jsobj, curop, bb, cmdResBuf, false, queryOptions) ) {
660-
ss << " command ";
660+
ss << " command: " << jsobj;
661661
curop.markCommand();
662662
n = 1;
663663
qr.reset( (QueryResult *) bb.buf() );

0 commit comments

Comments
 (0)