X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.c;h=194ab36c3cefaaa84d4e3a97dc8251fc41eb60c8;hb=0df08cf93e60b248e8ec8cf44e3fd7b784e6ef78;hp=c8d62e954c8c77317c22a2ad5205eb1f2106ee7e;hpb=14fa56690359b9f3dcdd72e499461146c839fb3a;p=pazpar2-moved-to-github.git diff --git a/src/session.c b/src/session.c index c8d62e9..194ab36 100644 --- a/src/session.c +++ b/src/session.c @@ -211,8 +211,9 @@ void add_facet(struct session *s, const char *type, const char *value, int count s->num_termlists = i + 1; } - session_log(s, YLOG_DEBUG, "Facets for %s: %s norm:%s (%d)", - type, value, wrbuf_cstr(facet_wrbuf), count); +#if 0 + session_log(s, YLOG_DEBUG, "Facets for %s: %s norm:%s (%d)", type, value, wrbuf_cstr(facet_wrbuf), count); +#endif termlist_insert(s->termlists[i].termlist, wrbuf_cstr(facet_wrbuf), count); }