X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzebraapi.c;h=c6e9668896a6d825a6a0c1d362af8bcf6dd7ed9f;hp=4ed0a5492e2870d3d2b1f151ac6100791f162c9b;hb=250de4ed23a44f5eb3552db317eef0d0fbe3265c;hpb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7 diff --git a/index/zebraapi.c b/index/zebraapi.c index 4ed0a54..c6e9668 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2011 Index Data + Copyright (C) 2004-2013 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -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;