From 71f81d5c693d08d8cdc4f371d38c9598b3813243 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss - Indexdata Date: Thu, 3 Apr 2008 10:21:02 +0200 Subject: [PATCH] Using YLOG_DEBUG instead of YLOG_LOG for facets stuff. --- index/retrieve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/retrieve.c b/index/retrieve.c index 7dc82b8..e3751e7 100644 --- a/index/retrieve.c +++ b/index/retrieve.c @@ -809,7 +809,7 @@ static ZEBRA_RES facet_fetch(ZebraHandle zh, const char *setname, poset[i].sysno, sysnos, &no_sysnos); assert(no_sysnos > 0); - yaz_log(YLOG_LOG, "Analyzing rec=%d ISAM sysno=" ZINT_FORMAT " chunks=%d", + yaz_log(YLOG_DEBUG, "Analyzing rec=%d ISAM sysno=" ZINT_FORMAT " chunks=%d", i, poset[i].sysno, no_sysnos); for (j = 0; j < no_sysnos && j < max_chunks; j++) { @@ -821,7 +821,7 @@ static ZEBRA_RES facet_fetch(ZebraHandle zh, const char *setname, zebra_rec_keys_set_buf(keys, rec->info[recInfo_delKeys], rec->size[recInfo_delKeys], 0); - yaz_log(YLOG_LOG, "rec %d " ZINT_FORMAT " %s", + yaz_log(YLOG_DEBUG, "rec %d " ZINT_FORMAT " %s", j, sysnos[j], zebra_rec_keys_empty(keys) ? "empty" : "non-empty"); if (zebra_rec_keys_rewind(keys)) { -- 1.7.10.4