From: Adam Dickmeiss - Indexdata Date: Thu, 3 Apr 2008 08:21:02 +0000 (+0200) Subject: Using YLOG_DEBUG instead of YLOG_LOG for facets stuff. X-Git-Tag: v2.0.28~5 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=71f81d5c693d08d8cdc4f371d38c9598b3813243 Using YLOG_DEBUG instead of YLOG_LOG for facets stuff. --- 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)) {