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

Fix statlog... debugging change got commit by mistake.

parent fc1bce94
Branches
Tags
No related merge requests found
......@@ -350,7 +350,7 @@ typedef struct slap_conn {
{ \
if ( ldap_debug & level ) \
fprintf( stderr, fmt, connid, opid, arg1, arg2, arg3 );\
if ( 0 && (ldap_syslog & level) ) \
if ( ldap_syslog & level ) \
syslog( ldap_syslog_level, fmt, connid, opid, arg1, \
arg2, arg3 ); \
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment