X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fsession.c;h=f7c0b99cd498512685d4028166570662709d001c;hb=ba223db6be46354e6e3b95a9f65d62d335f11cf1;hp=2dc9572ba722bfa0a4d61c3a5bc4a86a8e28dc68;hpb=3969326d80fdaec47236fb2082a0650903b65328;p=pazpar2-moved-to-github.git diff --git a/src/session.c b/src/session.c index 2dc9572..f7c0b99 100644 --- a/src/session.c +++ b/src/session.c @@ -168,6 +168,8 @@ void add_facet(struct session *s, const char *type, const char *value, int count = termlist_create(s->nmem, TERMLIST_HIGH_SCORE); s->num_termlists = i + 1; } + yaz_log(YLOG_DEBUG, "Session: facets for %s: %s (%d)", type, value, count); + termlist_insert(s->termlists[i].termlist, value, count); }