X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.c;h=4edb448ce0bb01b24447abe42342b11af184a0cb;hb=d1e1a6a2a574e8019e700abb9d8a9d03ba41aab5;hp=84e7b73ce72df147d3b88f96a28d9543ba2cfabe;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.c b/test/api/testlib.c index 84e7b73..4edb448 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.c @@ -1,4 +1,4 @@ -/* $Id: testlib.c,v 1.32 2006-05-10 08:13:35 adam Exp $ +/* $Id: testlib.c,v 1.33 2006-06-28 09:38:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -176,6 +176,8 @@ int tl_query_x(ZebraHandle zh, const char *query, zint exphits, int experror) yaz_pqf_destroy(parser); if (!rpn) { + yaz_log(log_level, "could not parse pqf query %s\n", query); + printf("could not parse pqf query %s\n", query); odr_destroy(odr); return 0; }