From: Kurt Zeilenga Date: Wed, 5 Apr 2006 00:41:19 +0000 (+0000) Subject: No LogTest in RE23 X-Git-Tag: OPENLDAP_REL_ENG_2_3_21~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=26c9483cc3ac109e526d14028f07dcefe972b781;p=openldap No LogTest in RE23 --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index 36edfacd0e..647e9cf5da 100644 --- a/servers/slapd/back-ldap/bind.c +++ b/servers/slapd/back-ldap/bind.c @@ -681,7 +681,7 @@ retry_lock: ldap_pvt_thread_mutex_unlock( &li->li_conninfo.lai_mutex ); } - if ( LogTest( LDAP_DEBUG_TRACE ) ) { + { snprintf( buf, sizeof( buf ), "conn %p fetched refcnt=%u binding=%u%s", (void *)lc, refcnt, binding, expiring ? " expiring" : "" );