projects
/
yazpp-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:
cd00047
)
Omit YLOG_LOG msg
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jan 2007 10:15:06 +0000
(10:15 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jan 2007 10:15:06 +0000
(10:15 +0000)
src/yaz-cql2rpn.cpp
patch
|
blob
|
history
diff --git
a/src/yaz-cql2rpn.cpp
b/src/yaz-cql2rpn.cpp
index
8a9ce18
..
3ebf3f5
100644
(file)
--- a/
src/yaz-cql2rpn.cpp
+++ b/
src/yaz-cql2rpn.cpp
@@
-2,7
+2,7
@@
* Copyright (c) 1998-2004, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-cql2rpn.cpp,v 1.11 2007-01-12 10:09:25 adam Exp $
+ * $Id: yaz-cql2rpn.cpp,v 1.12 2007-01-12 10:15:06 adam Exp $
*/
#include <yaz/log.h>
@@
-49,7
+49,6
@@
int Yaz_cql2rpn::query_transform(const char *cql_query,
int r = cql_parser_string(cp, cql_query);
if (r)
{
- yaz_log(YLOG_LOG, "CQL Parse Error");
r = 10;
}
else