From: Kurt Zeilenga Date: Tue, 2 Feb 1999 14:06:23 +0000 (+0000) Subject: Fix statlog... debugging change got commit by mistake. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~662 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b29521596164f242f1e1ef696f1c1a8c9c07713;p=openldap Fix statlog... debugging change got commit by mistake. --- diff --git a/servers/slapd/slap.h b/servers/slapd/slap.h index 37c0a5adfe..527a5a5dcc 100644 --- a/servers/slapd/slap.h +++ b/servers/slapd/slap.h @@ -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 ); \ }