X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2Fztest.c;h=66e691bd0e6079cbe55d47758d21e3b1e63aa747;hb=c586ade2977ae5f6bf01f24cc7c8a84492c544a8;hp=aa911865b2e239662b3f46097e00817734e68ccf;hpb=612ac7d30003582e44d4184c830eee7f1a1a0443;p=yaz-moved-to-github.git diff --git a/ztest/ztest.c b/ztest/ztest.c index aa91186..66e691b 100644 --- a/ztest/ztest.c +++ b/ztest/ztest.c @@ -277,7 +277,11 @@ Z_OtherInformation *build_facet_response(ODR odr, Z_FacetList *facet_list) { attrvalues.limit = 10; yaz_facet_attr_get_z_attributes(facet_list->elements[index]->attributes, &attrvalues); - yaz_log(YLOG_LOG, "Attributes: %s %d ", attrvalues.useattr, attrvalues.limit); + yaz_log(YLOG_LOG, "Attributes: %s limit=%d start=%d sort=%d", + attrvalues.useattr ? attrvalues.useattr : "NONE", + attrvalues.limit, + attrvalues.start, + attrvalues.sortorder); if (attrvalues.errstring) yaz_log(YLOG_LOG, "Error parsing attributes: %s", attrvalues.errstring); if (attrvalues.limit > 0 && attrvalues.useattr) {