X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-z3950.c;h=2598eae837d6cb300e1e340d5d54a88abcdbeac8;hb=426de04212512159a1bb46b20d896478cb21c083;hp=22dd87bc08822d9351663182c269e6cd7810f87c;hpb=bd9c79c8a78ab881df8e2ba667b24021193151bc;p=yaz-moved-to-github.git diff --git a/src/zoom-z3950.c b/src/zoom-z3950.c index 22dd87b..2598eae 100644 --- a/src/zoom-z3950.c +++ b/src/zoom-z3950.c @@ -1,11 +1,14 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** * \file zoom-z3950.c * \brief Implements ZOOM Z39.50 handling */ +#if HAVE_CONFIG_H +#include +#endif #include #include @@ -666,7 +669,7 @@ zoom_ret ZOOM_connection_Z3950_send_search(ZOOM_connection c) yaz_oi_set_facetlist(oi, c->odr_out, facet_list); } else - yaz_log(YLOG_WARN, "Unable to parse facets: ", facets); + yaz_log(YLOG_WARN, "Unable to parse facets: %s", facets); } assert(r);