summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-05-07 20:11:35 -0400
committerEliot Horowitz <eliot@10gen.com>2011-05-07 20:11:35 -0400
commitbdf6318aa38d8820089da2cc8595866d5f865c2b (patch)
tree8ed3de7786803a94292005b84b7700137d139d99 /db
parent46bc601cc6cbf95b7a832d21d8ace35754a159b4 (diff)
downloadmongo-bdf6318aa38d8820089da2cc8595866d5f865c2b.tar.gz
nicer message
Diffstat (limited to 'db')
-rw-r--r--db/query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/query.cpp b/db/query.cpp
index 7f7b94a4f81..d73a16f08e9 100644
--- a/db/query.cpp
+++ b/db/query.cpp
@@ -987,7 +987,7 @@ namespace mongo {
const char *ns = q.ns;
if( logLevel >= 2 )
- log() << "query: " << ns << jsobj << endl;
+ log() << "runQuery called " << ns << " " << jsobj << endl;
curop.debug().ns = ns;
curop.debug().ntoreturn = pq.getNumToReturn();