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:
8a6d9d5
)
Remove yaz_log request
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jul 2013 08:54:11 +0000
(10:54 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 12 Jul 2013 08:54:11 +0000
(10:54 +0200)
src/xml_include.c
patch
|
blob
|
history
diff --git
a/src/xml_include.c
b/src/xml_include.c
index
61a63f9
..
0bd732d
100644
(file)
--- a/
src/xml_include.c
+++ b/
src/xml_include.c
@@
-101,8
+101,6
@@
static int config_include_src(yaz_xml_include_t config, xmlNode **np,
yaz_glob_res_t glob_res;
glob_ret = yaz_file_glob2(wrbuf_cstr(w), &glob_res, config->glob_flags);
- yaz_log(YLOG_LOG, "yaz_file_glob returned w=%s %d", wrbuf_cstr(w),
- glob_ret);
if (glob_ret == 0)
{
size_t i;