From: Adam Dickmeiss Date: Mon, 8 Aug 2005 12:04:02 +0000 (+0000) Subject: Remove YLOG_LOG msg X-Git-Tag: before.bug.529~369 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=b48a14d0d5fafde2fbbcc3c45451fc6f6de93c00;hp=47436e2df7f47807600ddfa0e58e5195a484ef55;p=idzebra-moved-to-github.git Remove YLOG_LOG msg --- diff --git a/index/zrpn.c b/index/zrpn.c index 4b451c4..d3a12bd 100644 --- a/index/zrpn.c +++ b/index/zrpn.c @@ -1,4 +1,4 @@ -/* $Id: zrpn.c,v 1.202 2005-06-23 06:45:46 adam Exp $ +/* $Id: zrpn.c,v 1.203 2005-08-08 12:04:02 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1021,7 +1021,7 @@ static ZEBRA_RES term_limits_APT(ZebraHandle zh, /* 0 is the same as global limit */ *hits_limit_value = zh->approx_limit; } - yaz_log(YLOG_LOG, "term_limits_APT ref_id=%s limit=" ZINT_FORMAT, + yaz_log(YLOG_DEBUG, "term_limits_APT ref_id=%s limit=" ZINT_FORMAT, *term_ref_id_str ? *term_ref_id_str : "none", *hits_limit_value); return ZEBRA_OK;