X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzebraapi.c;h=c6e9668896a6d825a6a0c1d362af8bcf6dd7ed9f;hp=86360bb277e3aed28580b302cbe43317046711b8;hb=250de4ed23a44f5eb3552db317eef0d0fbe3265c;hpb=bdf0f406d66c4702c3b8942d1bb33a9212283138 diff --git a/index/zebraapi.c b/index/zebraapi.c index 86360bb..c6e9668 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -215,6 +215,8 @@ ZebraService zebra_start_res(const char *configName, Res def_res, Res over_res) if (configName) yaz_log(YLOG_LOG, "config %s", configName); + yaz_log_xml_errors(0, YLOG_LOG); + if ((res = res_open(def_res, over_res))) { const char *passwd_plain = 0;