mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 00:14:25 -05:00
Replace #ifndef WIN32 with #ifdef HAVE_SYSLOG
This commit is contained in:
parent
3b16742eba
commit
df616d76ce
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ int ldbm_initialize( void )
|
|||
sprintf( error, "%s\n", strerror( err ));
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef HAVE_SYSLOG
|
||||
syslog( LOG_INFO,
|
||||
"ldbm_initialize(): FATAL error in db_appinit() : %s\n",
|
||||
error );
|
||||
|
|
|
|||
Loading…
Reference in a new issue