X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpazpar2.c;h=3e8ebaf7de9345d4f81addd01fb6642ce9b8c74d;hb=3edc95f77dd9057ce4c08f255942fa0525835aaa;hp=24526d07ed24ff7525a3ba94a09d47f6c3578aeb;hpb=817e3ec506c4095bc4fcc1923cee36153ef4ee43;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2.c b/src/pazpar2.c index 24526d0..3e8ebaf 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -108,6 +108,9 @@ static int sc_main( struct conf_config *config = 0; int test_mode = 0; + xmlInitParser(); + LIBXML_TEST_VERSION + #ifndef WIN32 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR) yaz_log(YLOG_WARN|YLOG_ERRNO, "signal"); @@ -208,7 +211,17 @@ static int sc_main( } pazpar2_mutex_init(); - config = config_create(config_fname, global_parameters.dump_records); + if (!test_mode) + { + yaz_log(YLOG_LOG, "Pazpar2 start " VERSION " " +#ifdef PAZPAR2_VERSION_SHA1 + PAZPAR2_VERSION_SHA1 +#else + "-" +#endif + ); + } + config = config_create(config_fname); if (!config) return 1; sc_stop_config = config; @@ -219,13 +232,6 @@ static int sc_main( } else { - yaz_log(YLOG_LOG, "Pazpar2 start " VERSION " " -#ifdef PAZPAR2_VERSION_SHA1 - PAZPAR2_VERSION_SHA1 -#else - "-" -#endif - ); ret = 0; if (daemon && !log_file_in_use) {