From 63d3984ef11179af51a79d202dca15b70403099b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Jan 2003 08:21:14 +0000 Subject: [PATCH] Using yaz_log instead of logf --- server/statserv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.10.4