From: Marc Cromme Date: Wed, 28 Feb 2007 13:16:24 +0000 (+0000) Subject: removed general warning log of indexing process. this can be seen by running the... X-Git-Tag: ZEBRA.2.0.12~19 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=317fbe6637258762fd75aa72f75db406db9f2f9d removed general warning log of indexing process. this can be seen by running the indexer with '-v debug' anyhow. --- diff --git a/index/mod_dom.c b/index/mod_dom.c index 02c7eb0..30a7799 100644 --- a/index/mod_dom.c +++ b/index/mod_dom.c @@ -1,4 +1,4 @@ -/* $Id: mod_dom.c,v 1.21 2007-02-26 16:12:24 adam Exp $ +/* $Id: mod_dom.c,v 1.22 2007-02-28 13:16:24 marc Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -693,7 +693,7 @@ static void index_value_of(struct filter_info *tinfo, xmlChar *text = xmlNodeGetContent(node); size_t text_len = strlen((const char *)text); - yaz_log(YLOG_LOG, "Indexing :%.*s:", text_len, text); + /*dom_log(YLOG_DEBUG, tinfo, node, "Indexing: '%s' '%s'", index_p, text);*/ /* if there is no text, we do not need to proceed */ if (text_len)