X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fstatserv.c;h=0882a87d6eec5177aeb6cc4d4eb320765adfc1f7;hb=1ed99bdb19b146122c028871f5b707baceab336a;hp=ebd0b70e1a75cf5b2f0e65fbf9e87cd7019cf087;hpb=69758252fce6231073cb288a4f5bbf8f7febc249;p=yaz-moved-to-github.git diff --git a/src/statserv.c b/src/statserv.c index ebd0b70..0882a87 100644 --- a/src/statserv.c +++ b/src/statserv.c @@ -5,7 +5,7 @@ * NT threaded server code by * Chas Woodfield, Fretwell Downing Informatics. * - * $Id: statserv.c,v 1.5 2004-01-18 02:28:42 adam Exp $ + * $Id: statserv.c,v 1.6 2004-04-29 21:27:22 adam Exp $ */ #include @@ -654,7 +654,7 @@ static int add_listener(char *where, int what) l = cs_create_host(where, 2, &ap); if (!l) { - yaz_log(LOG_FATAL|LOG_ERRNO, "Failed to listen on %s", where); + yaz_log(LOG_FATAL, "Failed to listen on %s", where); return -1; } if (cs_bind(l, ap, CS_SERVER) < 0)