From 32081d616101106ff287f580eed0d7a521c146ac Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 2 Nov 2012 19:59:28 +0100 Subject: [PATCH] Lower loglevel --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.c b/src/client.c index 44ee5d5..54d5f51 100644 --- a/src/client.c +++ b/src/client.c @@ -1414,7 +1414,7 @@ int client_parse_sort(struct client *cl, struct reclist_sortparms *sp) cl->sort_criteria = 0; } } else { - yaz_log(YLOG_LOG, "Client %s: No sort strategy and spec found.", client_get_id(cl)); + yaz_log(YLOG_DEBUG, "Client %s: No sort strategy and spec found.", client_get_id(cl)); xfree(cl->sort_strategy); cl->sort_strategy = 0; xfree(cl->sort_criteria); -- 1.7.10.4