From 3a72cd7ee39f99fad9d84b48229e8ea0c3de40eb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 1 Feb 2013 14:52:13 +0100 Subject: [PATCH] Make a message to DEBUG --- src/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.c b/src/session.c index d4e4a3c..16f7794 100644 --- 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; - 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) { -- 1.7.10.4