From: Adam Dickmeiss Date: Tue, 14 Jan 2003 08:21:14 +0000 (+0000) Subject: Using yaz_log instead of logf X-Git-Tag: YAZ.1.9.2.Roel X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=63d3984ef11179af51a79d202dca15b70403099b Using yaz_log instead of logf --- diff --git a/server/statserv.c b/server/statserv.c index d831e50..c4a7e9d 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.89 2003-01-13 14:32:06 adam Exp $ + * $Id: statserv.c,v 1.90 2003-01-14 08:21:14 adam Exp $ */ #include @@ -715,7 +715,7 @@ int statserv_start(int argc, char **argv) if (control_block.bend_start) (*control_block.bend_start)(&control_block); #ifdef WIN32 - logf (LOG_LOG, "Starting server %s", me); + yaz_log (LOG_LOG, "Starting server %s", me); #else /* UNIX */ if (control_block.inetd)