projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3c7cd
)
Log if pqf parsing fails
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Jun 2006 09:38:17 +0000
(09:38 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Jun 2006 09:38:17 +0000
(09:38 +0000)
test/api/testlib.c
patch
|
blob
|
history
diff --git
a/test/api/testlib.c
b/test/api/testlib.c
index
84e7b73
..
4edb448
100644
(file)
--- 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;
}