X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=src%2Fyaz-proxy-main.cpp;h=e25b1e41a04e67c73f709fb5dea659822a719837;hp=c7b11eff3e9aecebfe1beabb004a916d1ff76c84;hb=88c7aa0e04fa66088304eafdf76e8efbb0658467;hpb=786049a183f8872c8bf1136eb0c74e48d7725f98 diff --git a/src/yaz-proxy-main.cpp b/src/yaz-proxy-main.cpp index c7b11ef..e25b1e4 100644 --- a/src/yaz-proxy-main.cpp +++ b/src/yaz-proxy-main.cpp @@ -1,4 +1,4 @@ -/* $Id: yaz-proxy-main.cpp,v 1.10 2005-01-17 18:44:39 adam Exp $ +/* $Id: yaz-proxy-main.cpp,v 1.11 2005-02-11 15:39:55 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -94,7 +94,7 @@ int args(Yaz_Proxy *proxy, int argc, char **argv) err = proxy->set_config(arg); if (err == -2) { - fprintf(stderr, "Config file support not enabled (proxy not compiled with libxml2 support)\n"); + fprintf(stderr, "Config file support not enabled (not using libxslt & libxml2)\n"); exit(1); } else if (err == -1)