From: Kurt Zeilenga Date: Wed, 5 Apr 2006 00:39:46 +0000 (+0000) Subject: No LogTest in re23 X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=31d64d464252700db6d1bbfa3f8b45541ecf2422;p=openldap No LogTest in re23 --- diff --git a/servers/slapd/back-ldap/bind.c b/servers/slapd/back-ldap/bind.c index dab6c56b75..4dd213dc82 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" : "" );