Lower loglevel
authorDennis Schafroth <dennis@indexdata.com>
Fri, 2 Nov 2012 18:59:28 +0000 (19:59 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 6 Nov 2012 10:25:23 +0000 (11:25 +0100)
src/client.c

index 44ee5d5..54d5f51 100644 (file)
@@ -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);