X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fstatserv.c;h=4e3db64cd5301b6b6a800e54d90f17b95f580137;hp=b041f1a9d3ad8be3feb3772c284928033d2736e9;hb=ba8d526ec24077c455979314147aaff20746a8ca;hpb=27a018d8464d3e35bde108f171b48a2ea1eede39 diff --git a/server/statserv.c b/server/statserv.c index b041f1a..4e3db64 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -6,7 +6,7 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.97 2003-02-23 14:46:10 adam Exp $ + * $Id: statserv.c,v 1.98 2003-03-03 19:57:35 adam Exp $ */ #include @@ -658,8 +658,7 @@ static int add_listener(char *where, int what) } if (cs_bind(l, ap, CS_SERVER) < 0) { - yaz_log(LOG_FATAL|LOG_ERRNO, "Failed to bind to %s", - where, errno); + yaz_log(LOG_FATAL|LOG_ERRNO, "Failed to bind to %s", where); cs_close (l); return -1; }