Log statement about facets.
[pazpar2-moved-to-github.git] / src / session.c
index 2dc9572..f7c0b99 100644 (file)
@@ -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);
 }