From: Dennis Schafroth Date: Mon, 26 Jul 2010 14:25:33 +0000 (+0200) Subject: Debug log on facet attribute limit X-Git-Tag: v4.0.12~21 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=fb91dfe5324b8492a8e90ec7c5dbfecad224c2a2;hp=be042bc51e825a53074dc1b586f1fff0a002ab0b Debug log on facet attribute limit --- diff --git a/src/facet.c b/src/facet.c index a770295..721b7e3 100644 --- a/src/facet.c +++ b/src/facet.c @@ -87,6 +87,7 @@ void limitattr ( Z_AttributeElement *ae, /* TODO - check numeric first, then value! */ if ( ae->which == Z_AttributeValue_numeric ) { av->limit = *ae->value.numeric; + yaz_log(YLOG_DEBUG, "limitattr %d ", av->limit); } else { av->errcode = YAZ_BIB1_UNSUPP_ATTRIBUTE; av->errstring = "non-numeric limit attribute";