projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d83f8d1
)
Using yaz_log instead of logf
YAZ.1.9.2.Roel
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 14 Jan 2003 08:21:14 +0000
(08:21 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 14 Jan 2003 08:21:14 +0000
(08:21 +0000)
server/statserv.c
patch
|
blob
|
history
diff --git
a/server/statserv.c
b/server/statserv.c
index
d831e50
..
c4a7e9d
100644
(file)
--- 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 <stdio.h>
@@
-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)