projects
/
yaz-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:
8f58680
)
Remove printf
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Aug 2013 11:34:16 +0000
(13:34 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 23 Aug 2013 11:34:16 +0000
(13:34 +0200)
test/test_rpn2solr.c
patch
|
blob
|
history
diff --git
a/test/test_rpn2solr.c
b/test/test_rpn2solr.c
index
aeba5e5
..
a094225
100644
(file)
--- a/
test/test_rpn2solr.c
+++ b/
test/test_rpn2solr.c
@@
-35,7
+35,6
@@
static int compare(solr_transform_t ct, const char *pqf, const char *solr)
}
else if (r == 0)
{
- printf("'%s' -> '%s'\n", pqf, wrbuf_cstr(w));
yaz_log(YLOG_LOG, "%s -> %s", pqf, wrbuf_cstr(w));
if (solr && !strcmp(wrbuf_cstr(w), solr))
{