From fb91dfe5324b8492a8e90ec7c5dbfecad224c2a2 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 26 Jul 2010 16:25:33 +0200 Subject: [PATCH 1/1] Debug log on facet attribute limit --- src/facet.c | 1 + 1 file changed, 1 insertion(+) 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"; -- 1.7.10.4