From 48e0165508cf435576b6b479ef504d9fba7da66a Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Fri, 23 Jul 2010 12:42:40 +0200 Subject: [PATCH] Log statement about facets. --- src/session.c | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 1.7.10.4