mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Fix statlog... debugging change got commit by mistake.
This commit is contained in:
parent
fc1bce94f0
commit
2b29521596
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ); \
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue