mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
better name in curop.debug str
This commit is contained in:
parent
459357d506
commit
7a8eafa9ba
@ -274,7 +274,7 @@ namespace mongo {
|
||||
resultFlags = QueryResult::ResultFlag_CursorNotFound;
|
||||
}
|
||||
else {
|
||||
ss << " query: " << cc->query << " ";
|
||||
ss << " getMore: " << cc->query << " ";
|
||||
start = cc->pos;
|
||||
Cursor *c = cc->c.get();
|
||||
c->checkLocation();
|
||||
|
Loading…
Reference in New Issue
Block a user