From b61682c79e8311e1ec73d22872a56ff934c9b249 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 Jun 2006 09:38:17 +0000 Subject: [PATCH] Log if pqf parsing fails --- test/api/testlib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } -- 1.7.10.4