mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Make stat message consistent with other operations.
This commit is contained in:
parent
6f497089f5
commit
3908eae03f
@ -72,8 +72,8 @@ do_delete(
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug( LDAP_DEBUG_ARGS, "do_delete: dn (%s)\n", dn, 0, 0 );
|
Statslog( LDAP_DEBUG_STATS, "conn=%ld op=%d DEL dn=\"%s\"\n",
|
||||||
Debug( LDAP_DEBUG_STATS, "DEL dn=\"%s\"\n", dn, 0, 0 );
|
op->o_connid, op->o_opid, dn, 0, 0 );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We could be serving multiple database backends. Select the
|
* We could be serving multiple database backends. Select the
|
||||||
|
Loading…
Reference in New Issue
Block a user