projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c0b38
)
Lower facet configuration to debug
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 25 Jun 2012 11:12:47 +0000
(13:12 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 25 Jun 2012 11:12:47 +0000
(13:12 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
0ded33b
..
25b75d3
100644
(file)
--- 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);