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

This commit is contained in:
Kurt Zeilenga 1999-02-02 14:06:23 +00:00
parent fc1bce94f0
commit 2b29521596

View file

@ -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 ); \
}