Skip to content
Snippets Groups Projects
Commit df616d76 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Replace #ifndef WIN32 with #ifdef HAVE_SYSLOG

parent 3b16742e
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment