projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39e16af
)
Extra debug for debugging lost ZOOM_EVENT_RECV_SEARCH on SRU target
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 22 Sep 2010 14:02:43 +0000
(16:02 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 22 Sep 2010 14:02:43 +0000
(16:02 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
0e7fed5
..
7c563b2
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-485,11
+485,14
@@
void client_search_response(struct client *cl)
}
else
{
+ yaz_log(YLOG_DEBUG, "client_search_response: hits %d", cl->hits);
client_report_facets(cl, resultset);
cl->record_offset = cl->startrecs;
cl->hits = ZOOM_resultset_size(resultset);
- if (se)
+ if (se) {
se->total_hits += cl->hits;
+ yaz_log(YLOG_DEBUG, "client_search_response: total hits %d", se->total_hits);
+ }
}
}