diff --git a/db/query.cpp b/db/query.cpp index 761a312fe0e..0b1b63afc5e 100644 --- a/db/query.cpp +++ b/db/query.cpp @@ -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();