X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fclient.c;h=25b75d3dfc21317bea4fab6201354218c791c662;hb=6424430743ec2d233dfc8118313cfa4299432e2c;hp=0ded33b3ac96da550ec69bf78f42b9d277613ae8;hpb=048b9c3af2eb45da8355515f41ad0b40ebfe94ae;p=pazpar2-moved-to-github.git diff --git a/src/client.c b/src/client.c index 0ded33b..25b75d3 100644 --- a/src/client.c +++ b/src/client.c @@ -695,7 +695,7 @@ static void client_set_facets_request(struct client *cl, ZOOM_connection link) wrbuf_puts(w, ","); } } - yaz_log(YLOG_LOG, "using facets str: %s", wrbuf_cstr(w)); + yaz_log(YLOG_DEBUG, "using facets str: %s", wrbuf_cstr(w)); ZOOM_connection_option_set(link, "facets", wrbuf_len(w) ? wrbuf_cstr(w) : 0); wrbuf_destroy(w);