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:
0bb0ee0
)
Make a message to DEBUG
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 1 Feb 2013 13:52:13 +0000
(14:52 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 1 Feb 2013 13:52:13 +0000
(14:52 +0100)
src/session.c
patch
|
blob
|
history
diff --git
a/src/session.c
b/src/session.c
index
d4e4a3c
..
16f7794
100644
(file)
--- a/
src/session.c
+++ b/
src/session.c
@@
-653,7
+653,7
@@
static void session_sort_unlocked(struct session *se, struct reclist_sortparms *
int type = sp->type;
int clients_research = 0;
int type = sp->type;
int clients_research = 0;
- yaz_log(YLOG_LOG, "session_sort field=%s increasing=%d type=%d", field, increasing, type);
+ yaz_log(YLOG_DEBUG, "session_sort field=%s increasing=%d type=%d", field, increasing, type);
/* see if we already have sorted for this criteria */
for (sr = se->sorted_results; sr; sr = sr->next)
{
/* see if we already have sorted for this criteria */
for (sr = se->sorted_results; sr; sr = sr->next)
{