mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Change slapd/delete stats message for consistency.
This commit is contained in:
parent
dae3c8ab5d
commit
2c87d24f31
2 changed files with 5 additions and 3 deletions
5
CHANGES
5
CHANGES
|
|
@ -8,8 +8,9 @@ Changes included in OpenLDAP 1.2 Release Engineering
|
|||
Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295)
|
||||
Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325)
|
||||
Added TCP_NODELAY support
|
||||
Change slapd to apply ACL to lastmod attributes
|
||||
Change slapd.conf default referral
|
||||
Changed slapd to apply ACL to lastmod attributes
|
||||
Changed slapd.conf default referral
|
||||
Changed slapd delete stats log message for consistency
|
||||
Disable DN subtree indexing
|
||||
Build Environment
|
||||
Support using short as LDAP_INT4
|
||||
|
|
|
|||
|
|
@ -46,7 +46,8 @@ do_delete(
|
|||
|
||||
dn_normalize_case( ndn );
|
||||
|
||||
Debug( LDAP_DEBUG_STATS, "DEL dn=\"%s\"\n", ndn, 0, 0 );
|
||||
Statslog( LDAP_DEBUG_STATS, "conn=%ld op=%d DEL dn=\"%s\"\n",
|
||||
op->o_connid, op->o_opid, ndn, 0, 0 );
|
||||
|
||||
/*
|
||||
* We could be serving multiple database backends. Select the
|
||||
|
|
|
|||
Loading…
Reference in a new issue