X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fxml_include.c;h=00357a8c3ced1b0eb91a7797871a9ef20fe4da80;hp=41005dca91db89a8ae5927934db72a0465b81051;hb=b9e9e8e2196e0081d4814c50cdd02c18911bcf29;hpb=32714ab839d402d1e6194316d5909b2ce37e3ee3 diff --git a/src/xml_include.c b/src/xml_include.c index 41005dc..00357a8 100644 --- a/src/xml_include.c +++ b/src/xml_include.c @@ -102,7 +102,8 @@ static int config_include_src(yaz_xml_include_t config, xmlNode **np, yaz_glob_res_t glob_res; glob_ret = yaz_file_glob(wrbuf_cstr(w), &glob_res); - + yaz_log(YLOG_LOG, "yaz_file_glob returned w=%s %d", wrbuf_cstr(w), + glob_ret); if (glob_ret == 0) { size_t i;