From ae8c66a251e6d3a95febc77af88ca6eab999c891 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 16 Mar 2011 15:01:26 +0100 Subject: [PATCH] Now with right #if --- src/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.c b/src/session.c index f1f742a..194ab36 100644 --- a/src/session.c +++ b/src/session.c @@ -211,7 +211,7 @@ void add_facet(struct session *s, const char *type, const char *value, int count s->num_termlists = i + 1; } -#if +#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), -- 1.7.10.4