From: Dennis Schafroth Date: Wed, 19 Sep 2012 14:22:50 +0000 (+0200) Subject: Change debug logging to match other similar about sort X-Git-Tag: v1.6.20~14 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=74c1fc846719bbfbfec81af3f967e56436f7d9c2;p=pazpar2-moved-to-github.git Change debug logging to match other similar about sort --- diff --git a/src/session.c b/src/session.c index a2d4c99..c5401cf 100644 --- a/src/session.c +++ b/src/session.c @@ -638,7 +638,7 @@ static void session_clear_set(struct session *se, se->sorted_results->position = position; se->sorted_results->next = 0; - session_log(se, YLOG_DEBUG, "clear_set search_sort: field=%s increasing=%d position=%d configured", + session_log(se, YLOG_DEBUG, "clear_set session_sort: field=%s increasing=%d position=%d configured", sort_field, increasing, position); se->reclist = reclist_create(se->nmem);